Reactime icon indicating copy to clipboard operation
Reactime copied to clipboard

Developer tool for time travel debugging and performance monitoring in React applications.

Results 45 Reactime issues
Sort by recently updated
recently updated
newest added

Sometimes the `currLocation` is uninitialised which can cause a crash, so handle that case gracefully by adding a check.

As per #250, several users have encountered the following error: Uncaught RangeError: Maximum call stack size exceeded in backend.bundle.js So add a recursion threshold to `convertDataToString()` to avoid this issue....

`src/README.md already` says: > _Before_ beginning development, especially on teams, make sure to configure your linter and code formatting to conform to one unified setting EditorConfig (see https://editorconfig.org/) is a...

As mentioned in #253, without simple instructions on how to build Reactime from source, the fantastic developer docs in `src/README.md` are largely ineffective. So add the steps to this developer...

As mentioned in #253, it's a real shame to have such great developer docs which are "hidden" by not being conspicuously linked from anywhere. So link to them from the...

Hi there, Thanks a lot for this really impressive looking extension! I say "impressive *looking*" rather than just "impressive" because unfortunately I have not been able to use it yet....

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

Hi there I open my React application in development mode. ![image](https://user-images.githubusercontent.com/8083881/102317814-4a076480-3f89-11eb-9291-a51ccfe6e773.png) 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"

update demo app with react@18

### Description When clicking on Play, Reactime will jump to the first snapshot and fail to travel through the snapshots. Previously, Reactime played snapshots back starting with the snapshot that...

bug