Skip to content

React warning from module_from_template #440

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

Closed
rmorshea opened this issue Jul 21, 2021 · 1 comment
Closed

React warning from module_from_template #440

rmorshea opened this issue Jul 21, 2021 · 1 comment

Comments

@rmorshea
Copy link
Collaborator

React produces the following warning:

react_devtools_backend.js:2574 Warning: unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. You may have accidentally passed in a React root node instead of its container.

Because the element we pass to unmountElement is controlled by React. We should probably append a child node to the one controlled by React and pass that to the custom component interface elements.

@rmorshea
Copy link
Collaborator Author

I think this is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant