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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu
14
14
* If the reducers throw, you will see during which action this happened, and what the error was
15
15
* With `persistState()` store enhancer, you can persist debug sessions across page reloads
16
16
* To monitor a part of the state, you can set a `select` prop on the DevTools component: `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
0 commit comments