Skip to content

Conversation

@fernandojsg
Copy link
Member

Currently aframe throws an error when injecting the inspector:

Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at i.hideLoader (https://aframe.io/aframe/dist/aframe-master.min.js:198:1434)
    at HTMLScriptElement.AFRAME.INSPECTOR.AFRAME.inspectorInjected.e.onload (https://aframe.io/aframe/dist/aframe-master.min.js:198:1838)

As the inspector component adds the loading message as a child of body but tries to delete it as a child of el.

I believe it should fix aframevr/aframe-inspector#446

@dmarcos dmarcos merged commit 9566a14 into aframevr:master Feb 13, 2017
@fernandojsg fernandojsg deleted the removeLoading branch March 14, 2017 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants