사이트에 이 배너가 표시되는데, 어떤 컴포넌트를 업데이트해야 하는지 정확히 파악하는 방법을 모르겠습니다:
[관리자 알림] 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)
이러한 비권장(deprecation) 경고 처리 방법을 확인하려면 다음을 참조하세요: