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

Reactime not working #231

Closed evrenakar closed 1 year ago

evrenakar commented 3 years ago

Hi there

I open my React application in development mode.

image

Details: "core-js": "3.6.5", "prop-types": "15.7.2", "react": "16.13.1", "react-dom": "16.13.1", "react-router-dom": "5.2.0"

rtviner commented 3 years ago

evrenakar,

Thanks for submitting this issue!

Just curious if this application is running in dev mode at a localhost URL?

If you refresh the page, does Reactime then recognize your application? Sometimes it takes a few seconds and a refresh to recognize a new tab.

Are you using redux, recoil, or any other react state management tools?

Thanks!

jafin commented 3 years ago

Same issue as OP, My environment:

http://appname:5010 appname is an alias for localhost

React Dev tools are installed. State management is Zustand 3.3.1 Create React App 17.0.1

If I refresh the page 10 times Reacttime does not identify the application

filipSu commented 3 years ago

Hi, same issue. Our application is in dev mode, but we run it in docker (Traefik manages pointing to our dev domain). Is there any particular reason why it can be run only on localhost?

kkh975 commented 3 years ago

same too

josephiswhere commented 3 years ago

Same issue here. Is anyone getting Reactime to work now?

fsepulveda commented 3 years ago

Same issue here:

"react": "^17.0.2", "react-dom": "^17.0.2", "recoil": "^0.3.1"

ianhnizdo commented 2 years ago

Is this issue solved?