Unhandled runtime errors in NextJS projects using TypeScript
cweekly opened this issue · 4 comments
"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.
Steps to reproduce:
npx create-next-app foo
cd foo
yarn dev
Point a browser at localhost:3000.
Enable Reactime == immediate error.
Unhandled Runtime Error
TypeError: s.getFiberRoots is not a function
Any maintainers able to comment on this issue? @VNguyenCode, @Nkmai ?
I see now that #230 and #233 are reporting the same problem.
Thanks in advance!
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