react-material-ui-step-form
react-material-ui-step-form copied to clipboard
React Material UI multi steps form with basic form validation logic.
running the code comes up with a parsing error in: src/context.txt line 14:8 "expected '{'" and then after launching the app, the page in unable to interact
Just a quick PR: - (fix) A couple of variable names had typos - (update) Use HTML5 email regex Thank you :wave:
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Thankfully you provided a link to a sandbox with the older js-code. (https://codesandbox.io/s/react-material-ui-step-form-forked-578lz) I had trouble implemented the new typescript in my jsx project. However the js version was a...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...