You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing both the Chrome extension and the npm package, just open up your project in the browser.
45
45
46
-
Then open up your Chrome DevTools. There'll be a new tab called React-Time-Travel.
46
+
Then open up your Chrome DevTools. There'll be a new tab called reactime.
47
47
48
48
## Features
49
49
50
50
### Recording
51
51
52
-
Whenever state is changed (whenever setState is called), this extension will create a snapshot of the current state tree and record it. Each snapshot will be displayed in Chrome DevTools under the React-Time-Travel panel.
52
+
Whenever state is changed (whenever setState is called), this extension will create a snapshot of the current state tree and record it. Each snapshot will be displayed in Chrome DevTools under the Reactime panel.
0 commit comments