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
onActivate and onDeactivate should instead be called by did-insert or will-destroy on element inside the step definition.
currentStep no longer updates the value passed in; it is a one-way binding from the context down to the component. If you need to bind a value to the currentStep, you can use onTransition and the mut helper.
Package no longer provides TypeScript definitions for components. This is unlikely to actually be a breaking change for anyone, but it is better to err on the safe side.