Skip to content

instance type of StepWizardProps is wrong #91

@kariae

Description

@kariae

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions