Closed TimBailey-pnk closed 6 years ago
Can you provide a simplified reproduction that we can use to test this?
I started getting this error if I tried to load the page (in IE11) while au build
was running. Also, refreshing the tab after au build
had completed didn't fix the error. Only opening a new tab fixed it.
can't repro
Closing because either it was fixed or at least it can no longer be reproduced.
This seems to be the result of adding a template inside a template, including custom elements. So something like these:
<template slot="name"></template>
<template>
<div if.bind="isTrue"></div>
</tempate>
<template>
<template repeat.for="i of 10"></template
</template>
I'm submitting a bug report
Please tell us about your environment:
Operating System: Windows 8.1
Node Version: n/a
NPM Version: n/a
Browser: IE 11
Language: n/a
Current behavior: Get a unhandled rejection in IE11 As per #27, when browsing Aurelia app via IE11 get error below and screen is empty
ie visit http://aurelia.io/hub.html#/doc/index in IE11
Expected/desired behavior: For it to display correctly