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 200 forks source link

TypeError: Cannot read property 'object' of null in backend.bundle.js #230

Closed ali-master closed 1 year ago

ali-master commented 3 years ago

Hi there

I just installed the extension and I got this error when I open my React application in development mode. image

More details:

jafin commented 3 years ago

Same error, compared to OP, I only have React 17.0.1 , no Redux.

lpillonel commented 3 years ago

I am facing the exact same error, with same stack

bduff9 commented 3 years ago

Same error, using NextJS 11.0.1 and react 17.0.2. Was driving me crazy until I found this issue.

bhuddleston-biocorellc commented 3 years ago

I am also running into this issue. Would greatly appreciate it if someone could look into this.

iMakedonsky commented 3 years ago

Same issue with react, mobx, mobx-state-tree

aspiers commented 2 years ago

The error given isn't really enough to pin this down. Please click on the link to the exact source within the bundle, and provide that or a minimally reproducible test case.