Djamel B.
Djamel B.
Yeah indeed mine is setup on `throwOnUnhandled: true,`
I could tackle this one
After some investigation, it seems that `ember-guide` itself as jQuery as an dependencies. I've started with removing jQuery from tests suits.
For the 2nd one there's a MR open already https://github.com/storybookjs/storybook/pull/17843 We could switch to glimmer but that should be enough for fixing the Ember is not defined wdyt?
Can you copy past which errors you have? I have an ember addon working with Ember 4 & embroider safe The only issue that I got was related to `doc.json`...
Yeah indeed, in the end, my issue was mitigated by preventing google translation to translate the page 😄 Will close the issue
Have the same issue here ! Seems the date is setting once the day is selected, and then resetting once hour is selected. It result displaying the hours two times...
Okkkkkkk, it's because you should use `datetime` instead of `date` in the formatter So it should look to something like ```ampm: false, monthFirst: false, formatter: { datetime: function (date, settings)...
should be close then
just add `type: 'date'` to calendar params