@markvanlan The move of the decorators from ember-addons/ember-computed-decorators to discourse-common/utils/decorators is about to break a number of plugins and themes as soon as folks hit the big blue update button.
Would it be possible to leave the existing decorators in place (in addition to the new ones) to give us time to make the transition?
This should not be a breaking change. Here in the discourse-loader file, we have added an alias, so that anytime you try and import ember-addons/ember-computed-decorators, it will automatically load discourse-common/utils/decorator instead.
Yeah, I saw that. Iām not sure why, but that doesnāt seem to be working in all cases. Iām gettting a lot of requirejs errors that seem to resolve once I move to the new import.
I canāt see exactly where that error is coming from (what plugin is using ember-addons/ember-compted-decorators), but it does eventually need to be fixed.
That is a warning, rather than an error because ember-addons/ember-compted-decorators is still functional for now.
I would see what plugins you have installed on your instance, then go to each repository in Github and search for ember-addons/ember-compted-decorators.
I believe some of our official Discourse plugins still need this updated so it could be one of our repos.
Hi, I canāt currently reproduce it. But, the phenomenal @RGJ just updated the plugins on our site and I think this resolved the error? He pointed me to these updates: