Replies: 1 comment
-
Please provide a reproducible demo of your issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm losing react TypeScript local component states (useState hook)
I'm trying to sync data (html and css) while using GrapesJS
This sync process use event dispatcher/handler
On each update (or sync), I'm losing the previous state of my component object
It force me to use StateManager as a singleton class (with states store)
Can you please find a way to allow sync without having to use the StateManager ?
Beta Was this translation helpful? Give feedback.
All reactions