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
Implement useMachine version that supports hot-reload of XState instances. The way to go is to build a wrapper hook that registers all the XState instances in a singleton and provides a rehydrate function that uses XState persistence mechanism. Ref: #15, statelyai/xstate#382.
The text was updated successfully, but these errors were encountered:
Implement useMachine version that supports hot-reload of XState instances. The way to go is to build a wrapper hook that registers all the XState instances in a singleton and provides a rehydrate function that uses XState persistence mechanism. Ref: #15, statelyai/xstate#382.
The text was updated successfully, but these errors were encountered: