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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: