I have an existing project using Vite, React Router 7, and React 19 that I'd like to migrate to Remix. When I run npm i @remix-run/node @remix-run/react @remix-run/serve isbot@4 to add the runtime dependencies it says:
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @remix-run/[email protected]
npm error node_modules/@remix-run/react
npm error @remix-run/react@"^2.15.3" from the root project
Is @remix-run/react not compatible with React 19 yet?