v3.21.8
3.21.8 (2023-10-24)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.8
- fix(pf): bug in wizard navbar
The wizard navigation should only contain one WizardNav component. Wrapping the WizardNavItems
in two WizardNav components is causing all steps to be treated as substeps and therefore don't
have step numbers. The fix is to remove one of the WizardNav wrappers.