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 After an undetermined amount of time of idling, Reactime will disconnect from Chrome's port. Upon disconnection from Chrome's port, Reactime will no longer be able to communicate with...

bug

### Description Reactime offers the ability to enable and disable its accessibility feature to prevent the persistent Chrome Debugger notification from appearing when accessibility is not wanted by the developer....

bug

I am working on a react + electron app and for the longest time have been using an extension called Recoilize to debug recoil state within my application. Issue is,...

updated dependencies for jest

updated a depreciated package in the jest testing library

### Problem This is one of the best dev-tools for React. However, it doesn't work and displays the tree structure that I would like when using react-native. I'm using react-native...

enhancement

This PR refactors the ProvConContainer component to improve code organization, maintainability, and type safety. Changes made: - Extracted utility functions to `providerUtils.ts` - Created reusable `JsonSection` component - Added proper...