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
@@ -44,19 +42,15 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
44
42
45
43
**NOTE:** Lucid only listens for HTTP requests while it is open in the Chrome Developer Tool panel. To see any requests that were made upon initial page load, reload your React page after opening Lucid in your Chrome browser.
46
44
47
-

45
+

48
46
49
47
### React Tab
50
48
* In the React panel is a tree graph representing your application's __component hierarchy__.
51
49
* Hovering over any React Component in the tree displays the __state and props data__ of that component in the top left.
52
50
* The __State Diff__ Log tracks changes in state whenever setState() is triggered.
53
51
* Filter out specified higher-order components from your tree graph (e.g. Redux, Apollo-GraphQL, and React Router) by clicking the buttons.
0 commit comments