react-material-ui-step-form icon indicating copy to clipboard operation
react-material-ui-step-form copied to clipboard

Older js version causes issue

Open MainzerKaiser opened this issue 2 years ago • 0 comments

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 a bit older and for some reason the parameter color="default" in the back buttons of the SecondStep.js and Confirm.js is causing an weird error message: "the above error occurred in the component" without stating any above error. Commenting this line out made it work in react 18.

MainzerKaiser avatar Mar 03 '23 15:03 MainzerKaiser