How to split Wizard steps into files? #3115
Unanswered
otaviobonder-deel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the Wizard example and it's working fine. However when I try to split the steps in files, I can't get the
validationSchema
prop, because my direct child ofWizard
is notWizardStep
any more, but the step component (which hasWizardStep
as it's first child).Here is a codesandbox: https://codesandbox.io/s/bold-sunset-xtx9j
How to make
FirstStep
clone its children?Beta Was this translation helpful? Give feedback.
All reactions