vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
984 stars 158 forks source link

Not working with React 18 rc.1 #32

Closed demiluke closed 2 years ago

demiluke commented 2 years ago

We are evaluating server components in our app. While attempting to get it to work, I kept getting the following error. I decided to try this simple example. Initially it works without issue, however if you update react to RC 1 (what our app is on), you get the same error we experience.

image

huozhi commented 2 years ago

The 18 rc1 support is added in https://github.com/vercel/next.js/pull/34972 , please wait for the incomg canary release to integrate with it since there's few breaking changes bewteen rc0 and rc1 for streaming part