Broken loaders? `TypeError: Cannot read property 'message' of null`
jjenzz opened this issue · 1 comments
jjenzz commented
It seemed loaders suddenly stopped working in my side project, so I tried to verify against a clean install of the starter and still having problems. Any idea what I could be doing wrong here?
Steps to reproduce
git clone git@github.com:remix-run/starter-express.git my-remix-app
- Update
.npmrc
nvm use 12
npm install
npm run dev
- Open http://localhost:3000
Expected result
The page loads
Actual result
jjenzz commented
Soooo... I resorted to switching my computer off and on again 😅 and things are working. I have no idea what could have caused this though. Strange.