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
Changed default for displaying the list of events, initially do not show events for component's subtree
Fixed crash when used for React prior 16.9 because of another internals for dependencies (context)
Fixed an issue with solutions like react-refresh that might not work when using RRT without React Devtools
Fixed overriding the hook by other tools when React Devtools is not used by defining __REACT_DEVTOOLS_GLOBAL_HOOK__ as non-configurable like React Devtools does
Fixed an issue where in some cases events were not loaded because the getEvents() remote method is not yet available
Fixed displaying changes in a context's Provider
Fixed issue when children or event log doesn't update in parent-child relationship mode