diff --git a/frontend/_DATA_.js b/frontend/_DATA_.js index 6e78616..e7aecfb 100644 --- a/frontend/_DATA_.js +++ b/frontend/_DATA_.js @@ -529,7 +529,7 @@ try { module.exports = _DATA_ } } catch (error) { - if (!!_DATA_GOT_LOADED) { + if (window.hasOwnProperty('_DATA_GOT_LOADED') && typeof window._DATA_GOT_LOADED === 'function') { _DATA_GOT_LOADED() } }