Anyone know how to fix this issue in react?

so i created react using create-react-app and installed react-icons and react-router-dom google search answers didnt work
5 Replies
Monimolimnion
Monimolimnion3y ago
not a direct answer but don't use CRA anyway, use Vite, it's much, much quicker
Trifke00
Trifke003y ago
DEV Community
How to Fix ERROR in Plugin 'react' was conflicted between 'package....
Fix ERROR in Plugin 'react' was conflicted between 'package.json' and 'eslint-config-react-app'
Avinash
AvinashOP3y ago
already tried that didnt work. Another fix was to save package.json everytime the error appears. thats why i said google answers didnt work create project with vite, no issues so far. i did a quick search on what CRA means and yeah my coding knowlege is limited
Monimolimnion
Monimolimnion3y ago
it means Create React App
Avinash
AvinashOP3y ago
oh... im stupid i thought i was another term for CORS

Did you find this page helpful?