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
three-globe.module.js:279 yields this error while switching to another page after having displayed the homepage.
The workaround is to check if the object is defined but the module shouldn't require a patch.
var emptyObject = function emptyObject(obj) {
if (obj) {
while (obj.children.length) {
var childObj = obj.children[0];
obj.remove(childObj);
deallocate(childObj);
}
}
};
The text was updated successfully, but these errors were encountered:
three-globe.module.js:279 yields this error while switching to another page after having displayed the homepage.
The workaround is to check if the object is defined but the module shouldn't require a patch.
The text was updated successfully, but these errors were encountered: