lazarv / react-server

The easiest way to build React apps with server-side rendering
https://react-server.dev
MIT License
121 stars 6 forks source link

fix: react-is version mismatch #35

Closed lazarv closed 2 months ago

lazarv commented 2 months ago

Adds the react-is package as framework dependencies to override this package when used with the specific React version used by the framework. react-is needs to use the same version as React.

This is a required change to support Mantine so this is partially related to https://github.com/lazarv/react-server/issues/20