-
Notifications
You must be signed in to change notification settings - Fork 272
ui/hooks: WizardRouter #1689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui/hooks: WizardRouter #1689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When attempting to functionally test, the page crashes when trying to type in the Wizard form:Cannot read property 'enable' of undefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job- functionally tested locally and looks good!
Hello all,
I have refactored the wizardRouter class component to a functional component.
Please have a look at it and give any feedback for things to improve.
Here is the branch
Thanks in advance!