2023-01-13 Kozanebaが、エラーなくビルドが通ってデプロイされた関わらず、ブラウザ上では下記の実行時エラーを出すようになった

  • Uncaught TypeError: use_force_update_1.default is not a function

原因

解決(for Yarn1)

  • use-force-updateをダウングレードした package.json
{
  "resolutions": {
    "use-force-update": "1.0.8"
  }
}
  • 他の解決策もGithubに書いてある

ReactN use-force-update