Reactime icon indicating copy to clipboard operation
Reactime copied to clipboard

Unhandled runtime errors in NextJS projects using TypeScript

Open cweekly opened this issue 4 years ago • 5 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.

cweekly avatar Jan 05 '21 17:01 cweekly

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 avatar Feb 05 '21 16:02 cweekly

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!

cweekly avatar Feb 05 '21 16:02 cweekly

Having same issue

anilprajapati0 avatar Nov 01 '21 09:11 anilprajapati0

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

jasnoo avatar May 31 '23 00:05 jasnoo