-
Notifications
You must be signed in to change notification settings - Fork 1.2k
React Plugin Manager #1344
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
React Plugin Manager #1344
Conversation
Hbutlercapone
left a comment
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.
Approve merge #1344
…component and make it an SFC.
…tom hook for localstorage and method to handle pluginManager state
Points 2 and 3 have been addressed. Points 1 and 4 were addressed by @bunsenstraat's comments above |
libs/remix-ui/plugin-manager/src/lib/custom-hooks/useLocalStorage.ts
Outdated
Show resolved
Hide resolved
libs/remix-ui/plugin-manager/src/lib/remix-ui-plugin-manager.tsx
Outdated
Show resolved
Hide resolved
I believe I have resolved the issue @Aniket-Engg. In live, even if the checkbox is unchecked, it doesn't change the state of the permission in localStorage. |
Yes these errors are gone |
…to react-plugin-manager


Fixes #1493