-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui-plugin) - Allow custom userContext states to be added #12057
Conversation
@jjoyce0510 This PR is general purpose and can help community to store and use the custom context. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks solid to me.
Thanks!
Looks lke CI is failing. Try Cheers |
Linting errors have been fixed. Please check. Thanks |
@jjoyce0510 - Could you please advise if anything else needs to be addressed ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Continue to review full report in Codecov by Sentry.
|
Background:
In our fork, we have some custom states that we want to store in userContext. So, this PR allows for a custom object to be plugged in to the state and avoids merge conflicts in the userContext main file.
Checklist