Posts by Heitor Kuro Ashi • 1 point
3 posts
-
0
votes2
answers1259
viewsQ: Unexpected token - React
I am trying to run a project, however it is displaying an error in the console related to a function I have, the error is as follows: "63:25 error Parsing error: Unexpected token, expected (…
-
0
votes1
answer129
viewsQ: Error in Muithemeprovider
Good evening, I’m facing a problem in a React project. When executing it, I get the following error: "Failed prop type: The prop 'Theme' is marked as required in MuiThemeProvider, but its value is…
-
0
votes1
answer215
viewsQ: use of Drawer in the React/material-ui
Good night. I’m a beginner in React and I’m trying to apply a Drawer to my project, but when running it on the localhost Drawer isn’t working and I’m getting the following errors: 'handleToggle' is…