Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instance type of StepWizardProps is wrong #91

Open
kariae opened this issue Sep 22, 2021 · 0 comments
Open

instance type of StepWizardProps is wrong #91

kariae opened this issue Sep 22, 2021 · 0 comments

Comments

@kariae
Copy link

kariae commented Sep 22, 2021

The instance prop from StepWizardProps is wrongly typed:

instance: (wizard: StepWizardProps) => void

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant