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
Whenever you run the application, you get the warning in the console and you can use it to find the places where it happens.
All of this needs to be removed/handled appropriately,
The text was updated successfully, but these errors were encountered:
While at it, it would be a good idea to change the build tool to Vite from create-react-app to remove all the dependency issues and severe warnings generated when running npm install in the repository. Vite is also a faster and more modern build tool compared to create-react-app.
We could try that definitely. Can you make a detailed document about this? Indicating why you want to migrate, and how you plan to do it. It will give us a better direction and sense.
There are various places in the code where variables are defined but never used.
Eg:
cosh-website/src/App.js
Line 29 in 206ad2f
cosh-website/src/Components/Navbar/Navbar.jsx
Line 9 in 206ad2f
Whenever you run the application, you get the warning in the console and you can use it to find the places where it happens.
All of this needs to be removed/handled appropriately,
The text was updated successfully, but these errors were encountered: