jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 126 forks source link

Fallback to step1 when no hash is found. Only show console.error mess… #87

Closed sharpdressedcodes closed 2 years ago

sharpdressedcodes commented 3 years ago

This fixes this issue.

Falls back to step1 when user clicks browser back button past step2. Also not showing console messages in production mode.

JamesWatling commented 3 years ago

@jcmcneal Can we get this merged and released? Would help me out a lot too!

jcmcneal commented 2 years ago

Sorry to neglect this for so long. I don't actively maintain this repo anymore but am happy to make anyone a maintainer to help out!

JamesWatling commented 2 years ago

@jcmcneal I am happy to help out with reviewing PR's and fixing some bugs, I started using this project quite extensively a few months back, and have enjoyed it so far!

jcmcneal commented 2 years ago

@JamesWatling glad to hear! I have been wanting to rewrite this package in TypeScript and use hooks to bring in the StepWizard props to any component. It would be a major breaking change but a solid goal for v6 in my opinion.

If you, or anyone else, want to contribute to it then I'll setup a hooks-rewrite branch people can merge into and collaborate on.

sharpdressedcodes commented 2 years ago

Sorry to neglect this for so long. I don't actively maintain this repo anymore but am happy to make anyone a maintainer to help out!

No worries, thanks for merging.