[bugfix] Fix the bug that the component was not re-rendering when even the Ui language is changed.
This commit is contained in:
@@ -25,7 +25,8 @@ i18n
|
||||
debug: true,
|
||||
interpolation: {
|
||||
escapeValue: false // react already safes from xss
|
||||
}
|
||||
},
|
||||
// react: { useSuspense: false },
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
|
||||
Reference in New Issue
Block a user