You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error about cannot read property hashkey of undefined. I have tried initializing state.pages as both an empty array and an array with a single string element. How can I render steps based on an array in state?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm not sure what you're doing in ProfileSelection...but it seems as though in any child component of step wizard, any prop you pass in will be overridden by the parent props which are the props of StepWizard (nextStep, currentStep, etc..)
I am trying to render steps form a loop. Here is my code:
I am getting this error about cannot read property hashkey of undefined. I have tried initializing state.pages as both an empty array and an array with a single string element. How can I render steps based on an array in state?
Thanks!
The text was updated successfully, but these errors were encountered: