I just found a deprecation notice in the developer console of my browser:
deprecation-identify-source.js:15 DEPRECATION: [PLUGIN discourse-ratings] The
topic
property path was used in thediscourse/plugins/discourse-ratings/discourse/templates/connectors/topic-category/topic-tip-container.hbs
template without usingthis
. This fallback behavior has been deprecated, all properties must be looked up onthis
when used in the template: {{this.topic}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See Resolving the `this-property-fallback` deprecation for more details.
Just wanted to bring this to attention - although I cannot fix it myself.