How to split Wizard steps into files? #3115
Unanswered
otaviobonder
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
validationSchemaprop, because my direct child ofWizardis notWizardStepany more, but the step component (which hasWizardStepas it's first child).Here is a codesandbox: https://codesandbox.io/s/bold-sunset-xtx9j
How to make
FirstStepclone its children?Beta Was this translation helpful? Give feedback.
All reactions