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 Oct 13, 2022. It is now read-only.
Running the Webpack example with zero changes and then editing src/routes/index.svelte results in the following error in the browser (and the page doesn't reload):
Uncaught TypeError: Cannot read property 'status' of undefined
at check (sapper-dev-client.js:6)
at EventSource.source.onmessage (sapper-dev-client.js:37)
Which is this code:
The text was updated successfully, but these errors were encountered:
Well I'm sorry but that doesn't fix the problem just avoids it... But is this issue even related to this repo? It appears the issue is in sapper internal scripts themselves rather than this template...
Running the Webpack example with zero changes and then editing
src/routes/index.svelte
results in the following error in the browser (and the page doesn't reload):Which is this code:
The text was updated successfully, but these errors were encountered: