-
Notifications
You must be signed in to change notification settings - Fork 0
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
New concept plugin #81
Conversation
we lose the combobox selector this way but I'm hoping we can revive it with the normal Combobox
concept combobox still needs work but getting there
this required a slightly modified combobox plugin to get working right. the normalizer also handles migrating concepts to the new format.
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mysilio/garden/5cJSQJWxesj8xezX4oGjBhnDtXdN |
useEffect(function () { | ||
if (plateEditor) { | ||
// normalize the whole editor at load to ensure the data is properly formatted | ||
// this is how we migrate data from one format to another |
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.
👍
New normalizer based concept plugin.