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
Once #559 gets merged, we can move the store update logic to JavaScript.
Inside apply_state_sync we should call a JavaScript function that applies the update in one transaction so that if there's an error the store isn't left in an invalid state.
The text was updated successfully, but these errors were encountered:
Once #559 gets merged, we can move the store update logic to JavaScript.
Inside
apply_state_sync
we should call a JavaScript function that applies the update in one transaction so that if there's an error the store isn't left in an invalid state.The text was updated successfully, but these errors were encountered: