@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.
No puedo ver exactamente de dónde proviene ese error (qué plugin está usando ember-addons/ember-compted-decorators), pero eventualmente debe ser corregido.
Eso es una advertencia, y no un error, porque ember-addons/ember-compted-decorators aún funciona por ahora.
Hola, actualmente no puedo reproducirlo. Pero el fenomenal @RGJ acaba de actualizar los plugins en nuestro sitio y creo que esto resolvió el error. Me indicó estas actualizaciones: