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
feat(xstate-tree): allow supplying input with buildRootComponent
Updates the buildRootComponent function to allow specifying input to be passed to the actor when it's created
To enable proper typescript support this required changing the signature of buildRootComponent to accept a single object which contains the machine, optionally routing information, and input depending on whether the machine defines an input type
BREAKING CHANGE: buildRootComponent now accepts a single required options object instead of a required machine and optional options object
0 commit comments