open-source-labs / Reactime

Developer tool for time travel debugging and performance monitoring in React applications.
https://www.reacti.me
MIT License
2.17k stars 201 forks source link

Unhandled runtime errors in NextJS projects using TypeScript #232

Open cweekly opened 3 years ago

cweekly commented 3 years ago

"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.

cweekly commented 3 years ago

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

cweekly commented 3 years ago

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!

anilprajapati0 commented 2 years ago

Having same issue

jasnoo commented 1 year ago

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 Screenshot_2023-05-20_at_10 10 57_PM