我网站上有一个横幅,但不确定如何找到需要更新的组件:
[管理员通知] 您的某个主题或插件需要更新,以兼容即将到来的 Discourse 核心更改。(id:component-template-resolving)
我在论坛上搜索过,找到的唯一帖子似乎与我的通知中的 ID 无关。
感谢所有协助我找到罪魁祸首的帮助。
我网站上有一个横幅,但不确定如何找到需要更新的组件:
[管理员通知] 您的某个主题或插件需要更新,以兼容即将到来的 Discourse 核心更改。(id:component-template-resolving)
我在论坛上搜索过,找到的唯一帖子似乎与我的通知中的 ID 无关。
感谢所有协助我找到罪魁祸首的帮助。
您可以在浏览器控制台中找到它
谢谢。看起来是 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)
请参阅如何处理这些弃用警告:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.