Markus Sanin
Markus Sanin
In you checklist we need to add one point, that we need todo, before we ship lint, updating docs... otherwise api isn't working correctly with includes, when users are using...
> @mkszepp as I said in the ticket, we'd need to look at your particular setup to determine why that is, as that's up to the adapter to do its...
@Techn1x just as tip... we have also initial hold as string in TS project, but removing all eslint disabled... were again so much work At the end we have created...
@urbany please use the latest... it was fixed in v5.0.2+
Just as note.. we did nr. 2 in #1864 and is released in v8.6
@RobbieTheWagner not directly working on this, but there is planned a new major (cause of `any` types), in which we can add breaking changes... Nr. 4 is something which we...
btw. i think there is also not necessary to switch to checkboxes / radio buttons... because with aria tags we can do the same things (and i think we have...
@RobbieTheWagner was there passed `@ariaLabelledBy`? Does this label exists? Internal we are using `id-label`... in your snippet its ` aria-labelledby="label-ember4133"`
did somebody found a workaround? in my app the only way which was working is stop and restart... my app is really large, first load is 40-50 sec, so restarting...
We have resolved the reload issue by using lazy loading translations https://ember-intl.github.io/ember-intl/docs/advanced/lazy-loading-translations (skip webpacker config from docs, just add dynamic import like in example) This solves auto refresh in development...