2023-01-13 Kozaneba now gives the following runtime error in the browser, even though it was built and deployed without error
Uncaught TypeError: use_force_update_1.default is not a functioncause - I re-created the environment for the first time in half a year by Create a development environment for Kozaneba.
Downgrade react-scripts to ^4 until they resolve it in ^5.
Downgrade use-force-update to 1.0.8.
Resolution (for Yarn1)
{
"resolutions": {
"use-force-update": "1.0.8"
}
}
This page is auto-translated from [/nishio/解決: Uncaught TypeError: use_force_update_1.default is not a function](https://scrapbox.io/nishio/解決: Uncaught TypeError: use_force_update_1.default is not a function) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.