Jaco Joubert
Jaco Joubert
Dark mode support in some fashion via `@media (prefers-color-scheme: dark) {}` would be great since my addon supports dark mode and it looks really jarring to have dark components on...
Getting this in my application as well (not in tests). Happens when the div containing the tether component has a `position: relative` set to it.
I ran into this error with the latest version of Ember (2.13.2). Turned out it was an addon that was running old version of ember-cli. Upgrading it fixed the issue.
@jlami I just updated all the dependencies of my private add-on and it fixed the issue.
@SergeAstapov I have added a test and also fixed my fix.
It looks like the tests are behaving weirdly. I am not sure these `this.didTransitionOut.notCalled` calls are doing anything, because if you actually replace the `this.didTransitionIn = spy();` line with a...
@runspired What blocks us from using `snippets`? They dropped slots because they dropped web component support. As far as I know there isn't any downside to snippets? I can build...
I am out for a week, but when I get back I will add a few more tests some, helper components, and get this over the line.