Annoying-submit-button
Annoying-submit-button copied to clipboard
[BUG]: App.js not working properly
please add "hactoberfest-accepted" label
I have tried the following troubleshooting steps:
I have checked the spelling of all the variable and function names. I have made sure that all of the required imports are included. I have tried restarting the development server. I am still unable to get the app.js file to work properly. I would appreciate any assistance that you can provide.
Steps to reproduce:
Clone the repository. Install the dependencies. Start the development server. Open the application in a web browser. Expected behavior:
The application should start and display the welcome page.
Actual behavior:
The application fails to start and displays the error message above.
@hsayvaidya23 Yes, you are right, i followed the same steps
- installed the dependencies with
npm i
- then started the dev server
npm start
and got the error
I will start looking for the solution for this bug
Have the same problem