Brad Overton
Brad Overton
I hit this issue today. Unfortunately, both the width: 100% and tickAmount: 100 workarounds did not work for me. Pinning to v10.0.0 is the workaround for me for now.
> Hello @Techn1x, could you share your Jest configuration, so that I could investigate your issue? Sorry for the delay in my response - this occurs for me in any...
@pawellysy In the process of getting my config together I realised what is causing the issue, at least for me. I had `yAxis.min: Infinity` and `yAxis.max: -Infinity`........ which is the...
It is used once outside of the dummy app https://github.com/cibernox/ember-power-calendar/blob/b7361a58efd0a99ad1c90b05f5b36a20b13813f7/addon/components/power-calendar.js#L107-L112 Not sure if it's entirely necessary there, but if that could be refactored away, I imagine the dependency could be...
A solution if anyone stumbles onto this like I did - if you hide the loader/viewport element while the loader task is running, the viewport element will be re-added into...
I've hit this as well, specifically due to a deep dependency ``` ├─┬ ember-cli 5.0.0 │ └─┬ testem 3.10.1 │ └─┬ consolidate 0.16.0 │ └── ✕ missing peer react@^16.13.1 ```...
I have just been bitten by this as well (`visibility: hidden;` on my element, yet `isVisible() / isNotVisible()` thinks it is visible) My 2c; I think that the current implementation...
Nothing to fix here, feel free to close when desired. I just figured this would help others in lieu of the release notes.
Also experiencing this issue on Ember 3.28.11, Ember 4.4.4 and Ember 4.9.2 Having to stick with Controller.transitionToRoute for certain calls to avoid slow page transitions
I have confirmed the router.transitionTo problem still exists with Ember 4.12 This is now actually a problem as `transitionToRoute` is removed in ember 5, and I would like to update..