[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

@@ -25,7 +25,8 @@ i18n
debug: true,
interpolation: {
escapeValue: false // react already safes from xss
}
},
// react: { useSuspense: false },
});
export default i18n;