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

### Description backend.bundle.js produces massive amounts of error logs and is blocking interaction of my React 18 application. ![Screenshot 2025-01-08 at 17 47 32](https://github.com/user-attachments/assets/d3ebc9ef-34a8-4103-82ea-07bd34731278) ### Reproduction I am not allowed...

bug

Below is my current project **package.json** and my **vite configuration.** I am unable to get the extension to record any actions on the app. Note, I can confirm that the...

### Problem Reactime currently has a robust system for detecting and handling built-in React hooks, but custom hooks present unique opportunities and challenges for state tracking and visualization. Current Implementation:...

enhancement

### Problem React abstracts away Reducer logic and actions dispatched, which means we cannot capture that data for use in Reactime. ### Solution We attempted to override the hook in...

enhancement

### Description Error appear on immediate launching Next.JS (TS) App with Reactime installed and launched. It produce this infinite loop in browser console and Next.JS report error : ![Image](https://github.com/user-attachments/assets/13f07c5d-e262-4ba3-a6c5-7d4e8cd4bca7) ![Image](https://github.com/user-attachments/assets/bdf63921-2c9a-4a12-b078-46ec22b34bb1)...

bug