We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f39c22 + 26ed378 commit d55344eCopy full SHA for d55344e
assets/js/app.js
@@ -58,7 +58,7 @@ const pageClasses = {
58
* @returns {*}
59
*/
60
window.stencilBootstrap = function stencilBootstrap(pageType, contextJSON = null, loadGlobal = true) {
61
- const context = JSON.parse(contextJSON || {});
+ const context = JSON.parse(contextJSON || '{}');
62
63
return {
64
load() {
0 commit comments