Articles in this series
I ran into the error below a few days ago while trying to create a new react application; You are running create-react-app 4.0.3, which is behind the latest release (5.0.0). We no longer support global installation of Create React App. From my rese...
While working on a project that required the creation of routes with React router, I ran into this error; TypeError: Module 'react-router-dom' has no exported member 'Switch'. During the debugging process, it turned out the solution was quite a sim...