On page load I'm getting an error in the function elementHasNamedParent in the dom-tracker.js file. Element is not defined, and walking up the tree it looks like the _createClass getter is setting the element variable being passed down to be null (due the the property view.firstchild.parentElement being null. It appears that it's looping through DOM elements, and it's hit a comment element <!--view--> that aurelia automatically generates. Not sure if that is the actual problem, but that's what I think I'm seeing going on here.
On page load I'm getting an error in the function
elementHasNamedParentin thedom-tracker.jsfile. Element is not defined, and walking up the tree it looks like the_createClassgetter is setting theelementvariable being passed down to be null (due the the propertyview.firstchild.parentElementbeing null. It appears that it's looping through DOM elements, and it's hit a comment element<!--view-->that aurelia automatically generates. Not sure if that is the actual problem, but that's what I think I'm seeing going on here.