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
I have a div with the game id and I run this.this.voxel.appendTo(document.getElementById("game")) but I'm getting an error saying that document.getElementById("game") is not a Node. How do I fix this?
The text was updated successfully, but these errors were encountered:
RossComputerGuy
changed the title
document.getElementById("#game") is not a Node
document.getElementById("game") is not a Node
Nov 1, 2018
I have a div with the
game
id and I runthis.this.voxel.appendTo(document.getElementById("game"))
but I'm getting an error saying that document.getElementById("game") is not a Node. How do I fix this?The text was updated successfully, but these errors were encountered: