Open Jyotsana-Sharma opened 4 years ago
./src/App.tsx SyntaxError: C:\Users\chirag sharma\Desktop\JPMC-tech-task-2-PY3\src\App.tsx: Unexpected token, expected ";" (61:11)
59 | Render the App react component 60 | /
61 | render() { | ^ 62 | return ( 63 | 64 | This error occurred during the build time and cannot be dismissed The above are the code displayed when i run the command npm start
61 | render() { | ^ 62 | return ( 63 |
./src/App.tsx SyntaxError: C:\Users\chirag sharma\Desktop\JPMC-tech-task-2-PY3\src\App.tsx: Unexpected token, expected ";" (61:11)
59 | Render the App react component 60 | /