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
Several times I've been tripped up by having an mistake in my session-data-default.js that means it doesn't read, but not realising.
When the kit reads session-data-default.js it does throw an error if it can't read it - but this error is immediately hidden by some other lines. I tend to look to the end of my console to see if I have problems - since the error isn't there, I don't see it.
Example with an error:
Since the kit keeps working - if you browse a few pages the original error message quickly scrolls out of view.
I wonder if we can do anything about this? stop the kit if there's an error rather than continuing?
The text was updated successfully, but these errors were encountered:
A followup to this - it would be really handy if the errors could be shown in the console output like normal js errors do. Even if you spot the above message, debugging what's gone wrong is really hard because no details are given - and you can't use console.log() to print anything to the console from this file.
Several times I've been tripped up by having an mistake in my
session-data-default.js
that means it doesn't read, but not realising.When the kit reads
session-data-default.js
it does throw an error if it can't read it - but this error is immediately hidden by some other lines. I tend to look to the end of my console to see if I have problems - since the error isn't there, I don't see it.Example with an error:
Since the kit keeps working - if you browse a few pages the original error message quickly scrolls out of view.
I wonder if we can do anything about this? stop the kit if there's an error rather than continuing?
The text was updated successfully, but these errors were encountered: