Skip to content
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

issues with React "react": "^18.2.0", #886

Open
nightfury07x opened this issue Sep 15, 2023 · 1 comment
Open

issues with React "react": "^18.2.0", #886

nightfury07x opened this issue Sep 15, 2023 · 1 comment

Comments

@nightfury07x
Copy link

why nebula.gl get stuck with "react": "^18.2.0", and use dom render like this

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(

);

but works fine when use like this

const rootElement = document.getElementById("root");
ReactDOM.render(, rootElement);

@aliaksei135
Copy link

Duplicate of #765

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

2 participants