更新が必要なアイテムを見つける方法

サイトにこのバナーが表示されているのですが、どのコンポーネントを更新する必要があるのか特定できずにいます。

[管理者通知] まもなくリリースされるDiscourseコアの変更との互換性のため、テーマまたはプラグインのいずれかの更新が必要です。(id:component-template-resolving)

ここで検索したところ、見つかった唯一のスレッドは、私の通知にあるIDとは関連がないようです。

私の「敵」を特定するのに役立つことがあれば、どんなことでも感謝します。

ブラウザコンソールで確認できます。

「いいね!」 4

ありがとうございます。Blog Post Styling コンポーネントのようです。
お知らせします。更新されるといいですね。本当に気に入っています。

[Warning] DEPRECATION: Components with separately resolved templates are deprecated. Migrate to either co-located js/ts + hbs files or to gjs/gts. Tried to lookup 'template:components/blog-image'. [deprecation id: component-template-resolving] This will be removed in ember-source 6.0.0. See https://deprecations.emberjs.com/id/component-template-resolving for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `isBlogTopic` property path was used in the `discourse/theme-13/discourse/templates/components/blog-image` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.isBlogTopic}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `imageURL` property path was used in the `discourse/theme-13/discourse/templates/components/blog-image` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.imageURL}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `model` property path was used in the `discourse/theme-13/discourse/templates/connectors/topic-above-post-stream/blog-post-styling` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.model}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
「いいね!」 2

これらの非推奨警告の処理方法については、以下をご覧ください。

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.