Reactime icon indicating copy to clipboard operation
Reactime copied to clipboard

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

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

-bolded the sub headers for the features section -put the authors in a table so less scrolling is needed

After unpacking the archive and installing the extension in chrome, in devtools the extension looks just black, but for the first 2-3 seconds it works fine ![image](https://user-images.githubusercontent.com/55659434/177238229-8cc2e557-b645-45fb-b1f6-53634fc9bbcd.png) ![image](https://user-images.githubusercontent.com/55659434/177238311-c571e51d-e9a4-4629-b03d-da06ce45525b.png)

I have the react devtools extension installed, but reacttime is showing: Is there anything needed to be done for the extensions to see each other?

Hi recently I got this error when I open my react app in development mode: ![image](https://user-images.githubusercontent.com/62934991/137908071-8c51d08c-eacc-4985-a6a2-1593ed02c1bf.png) It seems this function S has been called in an infinity loop ![image](https://user-images.githubusercontent.com/62934991/137912388-ca8459fd-b47b-4591-88ad-7461307a5fac.png) Perfomace...

Reactime works for some of my React projects but one errors out upon startup: ![Screenshot from 2021-02-25 20-02-29](https://user-images.githubusercontent.com/892447/109129390-b500c300-77a4-11eb-8821-e0074b1c440d.png) ...which is this: ![Screenshot from 2021-02-25 20-02-11](https://user-images.githubusercontent.com/892447/109129413-bb8f3a80-77a4-11eb-878e-ff85516215cb.png) This is with: ├─ [email protected]...

Reverts open-source-labs/reactime#275

It seems that in some cases, declarations inside `VariableDeclaration` elements in the AST are missing the init property, e.g.: ![image](https://user-images.githubusercontent.com/100738/145690964-f196844c-d744-4146-82e1-dc04d6e9e510.png) So add a check to handle this gracefully.