github statelyai/xstate @xstate/react@1.3.2

3 years ago

Patch Changes

  • bb5e81ea #2050 Thanks @theKashey! - Added an explicit entrypoint for @xstate/react/fsm which you can use instead of @xstate/react/lib/fsm. This is the only specifier that will be supported in the future - the other one will be dropped in the next major version.

    -import { useMachine } from '@xstate/react/lib/fsm'
    +import { useMachine } from '@xstate/react/fsm'

Don't miss a new xstate release

NewReleases is sending notifications on new releases.