Closed dgarciap closed 3 days ago
Your React version "19.0.0-rc-*" does not satisfy >=16.3.0
because it is not a production release. We cannot promise to support every beta release of React. You can use override locally if you want to use React beta.
Description
I'm trying to npm install deck.gl with next 15 and React 19. But I'm getting an error:
I tried installing the last beta version
npm install deck.gl@9.1.0-beta.1 --save
but still, I get the same error.I guess that deck.gl is not compatible with React 19 yet?
Thank you, David
Flavors
Expected Behavior
No response
Steps to Reproduce
npx create-next-app@latest npm install deck.gl --save
Environment
Logs
No response