# FKB Pro - ソーシャルテーマ

**URL:** https://meta.discourse.org/t/fkb-pro-social-theme/234323
**Category:** Theme
**Created:** [2022 年 7 月 28 日午後 8:58 UTC](https://meta.discourse.org/t/fkb-pro-social-theme/234323 "2022-07-28T20:58:41Z")
**Posts on this page:** 1
**Showing post:** 491

<div class="post-metadata">

### Author: ![soul](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/soul/32/533647_2.png) [@soul](https://meta.discourse.org/u/soul)
#### Post date: [2026 年 4 月 23 日午前 6:18 UTC](https://meta.discourse.org/t/fkb-pro-social-theme/234323/491 "2026-04-23T06:18:12Z")

</div>

**タイトル:**  
`[Bug] テーマが Discourse 2026.4.0-latest でクラッシュ — モジュール 'ember-this-fallback/js-component' が見つかりません`

**説明:**

Discourse を `v2026.4.0-latest` (コミット [`19374472fd`](https://github.com/discourse/discourse/commits/19374472fd7a101c4e6a92744fa3bef8fc3e25ac)) に更新した後、FKB Pro テーマにより **致命的なフロントエンドクラッシュ** が発生し、フォーラムが部分的に使用不能になりました。Discourse はオレンジ色のバナーを表示します：

> 「テーマ/コンポーネントにエラーがあるため、サイトが正常に動作しない可能性があります。原因は ‘FKB Pro theme’ です。」

**根本原因:**

テーマ（またはそのコンポーネントのいずれか）が、最近のバージョンでDiscourseコアから **削除された** `ember-this-fallback/js-component` モジュールをまだ参照しています。このモジュールは、廃止されたEmberの `this-property-fallback` パターン向けの互換性シェムであり、テンプレートで `{{this.foo}}` の代わりに `{{foo}}` を使用できるようにしていました。Discourseはこのシェムの削除を公式に発表し、すべてのテーマやプラグインが明示的な `this.` バインディングへ移行することを要求しました。

* * *

**ブラウザコンソールのエラー:**

```plaintext
Failed to load theme 4 from https://www.sitetalk.net/...
Error: Could not find module 'ember-this-fallback/js-component' imported from (require)

[THEME 4 'FKB Pro theme'] Error: Could not find module 'ember-this-fallback/js-component' imported from (require)
  at vendor.js
  at requireModule (vendor.js)
  at Object.lookup (chunk.js)
  ...
  at reportThemeError (chunk.js)

```

_(コンソールに表示されているDiscourseバージョン：`v2026.4.0-latest`、Ember `v6.10.1`)_

* * *

**環境:**

| 項目 | 値 |
| --- | --- |
| Discourse バージョン | v2026.4.0-latest (コミット 19374472fd) |
| Ember バージョン | v6.10.1 |
| テーマ | FKB Pro (このリポジトリからのデフォルトインストール) |
| 再現性 | Discourse 更新後、100% 再現 |

> 開発者の皆様がこの問題を修正してくださることを願っています。ありがとうございます！！！

---

_[View the full topic](https://meta.discourse.org/t/fkb-pro-social-theme/234323)._
