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
It should be instance: (wizard: StepWizardChildProps) => void instead, this can be verified by console.log of the instance (SW from the demo) and check the logged props of the object.
The text was updated successfully, but these errors were encountered:
The instance prop from
StepWizardProps
is wrongly typed:react-step-wizard/src/index.d.ts
Line 10 in c2b9448
It should be
instance: (wizard: StepWizardChildProps) => void
instead, this can be verified by console.log of the instance (SW
from the demo) and check the logged props of the object.The text was updated successfully, but these errors were encountered: