2023-01-13 Kozanebaが、エラーなくビルドが通ってデプロイされた関わらず、ブラウザ上では下記の実行時エラーを出すようになった
Uncaught TypeError: use_force_update_1.default is not a function原因
Downgrade react-scripts to ^4 until they resolve it in ^5.
Downgrade use-force-update to 1.0.8.
解決(for Yarn1)
{
"resolutions": {
"use-force-update": "1.0.8"
}
}