vercel / styled-jsx

Full CSS support for JSX without compromises
http://npmjs.com/styled-jsx
MIT License
7.7k stars 262 forks source link

fix: peer dep declaration for react 18 with npm #788

Closed huozhi closed 2 years ago

huozhi commented 2 years ago

x-ref: https://github.com/vercel/next-react-server-components/issues/35

18.x.x seems to be treated as mismatch for react and react-dom with npm install, and then styled-jsx will be installed under node_modules/next/node_modules which leads to styled-jsx/style is not found.

yarn works fine

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 5.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: