Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to write custom widgets for the DeckGL component in my React app. I investigated a bit but couldn't manage the rendering process. I can't use Preact due to requirements. How can I handle this? I tried a few things using 'react-dom/client' but wasn't successful. The warning I get during mount and unmount operations is as follows:
Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition.
Beta Was this translation helpful? Give feedback.
All reactions