[bugfix] Fix the bug that the component was not re-rendering when even the Ui language is changed.

This commit is contained in:
Sakamoto Shiina
2024-11-21 18:45:14 +09:00
parent 9e58bff26e
commit 737cdf15cf
4 changed files with 20 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
"js-base64": "^3.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-i18next": "^15.1.1",
"react-resizable-layout": "^0.7.2"
},
"devDependencies": {