BiancaScoro

Results 14 comments of BiancaScoro

I'm not sure if this additional error is also affecting it... "[DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option. (Use `node --trace-deprecation ...` to show where the...

I deleted the package.json and now I cannot get it back. I tried npm install.

I think the react-router-dom issue is something different. I still have the error.

The error is showing in the browser now ![image](https://github.com/facebook/react/assets/120531347/29b1bd0a-5aa7-4309-8c29-231180b428bf)

This is what the App.js looks like ![image](https://github.com/facebook/react/assets/120531347/d51ecb48-b12b-4f4c-8b15-6e414f96de5f)

It says I have react-router-dom but it doesn't work. ![image](https://github.com/facebook/react/assets/120531347/cd8be833-e1cc-4e31-9e59-7d1616949540)

I just discovered I am able to import from react-router-dom if I make an application using npm create vite rather than using npx create-react-app. I only get the error when...