oliverlangan
oliverlangan
This looks like a dup of https://github.com/emberjs/ember.js/issues/12473 Still happening in 4.3.
It is only broken when the app using the addon is built using `--environment=production`. If the app is built for development, it works. A workaround is that the *app* can...
Using yarn resolutions to fix this issue does not work, since the async API appears to have changed between 0.2.x and the minimum patched version (2.6.3). [0.2.9](https://github.com/caolan/async/releases/tag/0.2.9) was released in...
I agree this is a bug in WebKit's outerHTML. Firefox behaves correctly. I just discovered it via HTMLBars. https://bugs.webkit.org/show_bug.cgi?id=147084