I need to pass the props "nextStep" inside a component. Is there any way to do it? Example: <StepWizard isHashEnabled={true} isLazyMount={true}> <Login onSucces={**nextStep**} <StepOne /> <StepTwo /> </StepWizard>
I need to pass the props "nextStep" inside a component. Is there any way to do it?
Example: