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: src/index.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,22 +49,25 @@ function createStore({
49
49
// @TODO: flesh out the logic for when to notify react of state changes or not (as state updates can be expensive and we should be transient when possible)
50
50
// @TODO: put updateSnapshot actions in the state machine as declared events
51
51
// for now just re-render on every change and map out events in userland before abstracting them to the state machine
0 commit comments