Brad Overton
Brad Overton
I seem to have gotten past the error, I think it was to do with injecting services into my controller via setupcontroller in the route? Before ```javascript import Route from...
Thanks for all of the help @pzuraq and @buschtoens , all fixed up now, I was only doing that approach to injection in a few places (to save on having...
Sorry, that was a typo, I've edited my original post to reflect the correct variable. Issue still stands though. From what I can tell, it seems that the dependentKeys are...
Thanks for that @mriska glad I am not alone here :p I faced this issue again today with a different custom validator, a workaround I have found is to define...
@sbatson5 might also want to cut a patch version for 2.2.x that reverts the breaking changes as well.
was coming here to post the same ^
also from https://github.com/ef4/ember-auto-import/blob/main/docs/upgrade-guide-2.0.md#apps-responsible-for-installing-webpack > Addons that use ember-auto-import 2.0 should not put webpack into dependencies (the app's version will be used instead). They will need it in devDependencies in order...
@nlfurniss @ahmadsoe any chance we can get this rectified?
This is still not working :( chart printing has been broken for a year now. Does highcharts need to fix how it is using Trusted Types? Or is this something...
Based on your comment, I thought I would investigate a little deeper as to why it might be working for you.... @karolkolodziej Turns out if you run `window.print()` it fails...