-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Unhandled runtime errors in NextJS projects using TypeScript #232
Comments
Steps to reproduce: npx create-next-app foo
cd foo
yarn dev Point a browser at localhost:3000. Unhandled Runtime Error |
Any maintainers able to comment on this issue? @VNguyenCode, @Nkmai ? |
Having same issue |
This issue is still happening (was able to reproduce with a Next.js when using this https://nextjs.org/learn/basics/create-nextjs-app/setup). It would be a good place for improvement |
"s.getFiberRoots is not a function"
Reactime seems like a great extension; please fix this if possible. NextJS is the de facto standard for doing SSR with React, and I'm sure others are hoping for proper NextJS support too. Thanks for your consideration.
The text was updated successfully, but these errors were encountered: