-
Notifications
You must be signed in to change notification settings - Fork 380
WizardStep: 'id' property is not parsed #6993
Copy link
Copy link
Closed
Description
Describe the issue. What is the expected and unexpected behavior?
WizardStep defines the 'id' property, but this is not used in the component.
https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Wizard/Wizard.tsx#L16
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
https://codesandbox.io/s/ed85iv
Note id #test as defined in the code sandbox does not appear in the nav items.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
bug
What is your product and what release version are you targeting?
Workaround is to use: stepNavItemProps: { id: "test" }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done