-
Notifications
You must be signed in to change notification settings - Fork 27.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with React 16 #2239
Comments
We haven't tested yet with React 16 and we'll do it when they have a public beta or a RC. |
Latest alphas of React 16 now support error boundaries: facebook/react#2461 (comment) Meanwhile, if you don't care about the error handling and want to test Fiber, you can just comment out and |
Alternatively you can try the fork https://github.com/msand/next.js/tree/fiber from my pull request #2570 |
Beta 2 is out, and next is throwing an error about the Reconciler when trying to use React 16 EDIT: Looks like this is already being discussed on #1098 |
I believe this issue should not be marked as closed, now that React 16.0.0 is out. |
@icflorescu this is being tracked in #2997 |
React is out: https://facebook.github.io/react/blog/ |
@fitfab you can see @kulshekhar said we're tracking it in #2997 😄 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Running on latest master, manually specified react and react-dom ^16.0.x, I get the following error:
The text was updated successfully, but these errors were encountered: