xstate-vue2 icon indicating copy to clipboard operation
xstate-vue2 copied to clipboard

Vue 2 composables for XState.

Results 2 xstate-vue2 issues
Sort by recently updated
recently updated
newest added

I'm having trouble getting these two to play together. See here: https://codesandbox.io/p/sandbox/gallant-fire-w4nv51 ``` const machine: StateMachine Argument of type 'StateMachine' is not assignable to parameter of type 'MaybeLazy'. Type 'StateMachine'...

Inspired by https://github.com/statelyai/xstate/discussions/2499