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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Problem: when opening not existing url of app I get: TypeError: Cannot read property 'route' of undefined
Steps to reproduce
I followed to instructions to create new app:
npm install -g degit
degit sveltejs/sapper-template my-app
cd my-app
npm install
npm run dev
Problem: when opening not existing url of app I get: TypeError: Cannot read property 'route' of undefined
Steps to reproduce
I followed to instructions to create new app:
npm install -g degit
degit sveltejs/sapper-template my-app
cd my-app
npm install
npm run dev
done!
now just open http://localhost:3000/qisqsq
The text was updated successfully, but these errors were encountered: