We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4907c commit 2c1bfa5Copy full SHA for 2c1bfa5
packages/translations/src/i18next/i18next.ts
@@ -139,7 +139,7 @@ const initial_language = getInitialLanguage();
139
const i18n_config = {
140
react: {
141
hashTransKey(defaultValue: string) {
142
- return crc32(defaultValue);
+ return crc32(defaultValue ?? '');
143
},
144
useSuspense: false,
145
0 commit comments