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
If I uncomment the line that says return !Component.prototype.render; and comment the one below. I get the error. I'm only getting this issue when using v5.0.0. Therefore I tried to switch to to 4.3.2 but then I get this error Module not found: Can't resolve 'material-ui/AutoComplete' Therefore for the time being I'm just editing the node modules and making a personal repo but is there a better solution?
Thanks
The text was updated successfully, but these errors were encountered:
I get this error when I try to do yarn start with my react application.
utils.js:
If I uncomment the line that says
return !Component.prototype.render;
and comment the one below. I get the error. I'm only getting this issue when using v5.0.0. Therefore I tried to switch to to 4.3.2 but then I get this errorModule not found: Can't resolve 'material-ui/AutoComplete'
Therefore for the time being I'm just editing the node modules and making a personal repo but is there a better solution?Thanks
The text was updated successfully, but these errors were encountered: