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
If you accidentally provide an undefined as a shoebox value, you get the stack trace:
TypeError: Cannot read property 'replace' of undefined
at escapeJSONString (/xxx/node_modules/fastboot/src/ember-app.js:478:16)
at createShoebox (/xxx/node_modules/fastboot/src/ember-app.js:453:17)
at visitRoute.then.then (/xxx/node_modules/fastboot/src/ember-app.js:316:11)
It would be easy to handle undefined and ignore them.
The text was updated successfully, but these errors were encountered:
If you accidentally provide an
undefined
as a shoebox value, you get the stack trace:It would be easy to handle undefined and ignore them.
The text was updated successfully, but these errors were encountered: