Skip to content

@xstate/fsm@1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 19:26
· 3833 commits to main since this release
319d738

Patch Changes

  • 0f07c84d #1388 Thanks @hudecsamuel! - State['value'] is now correctly typed to TState['value']. It's important in situations when typestates are used as it now correctly is limited to values of those typestates and not widened to just string.