uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl
https://nebula.gl/
Other
686 stars 166 forks source link

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

Open nightfury07x opened 12 months ago

nightfury07x commented 12 months ago

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 commented 11 months ago

Duplicate of #765