We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81f5e1 commit d693c7aCopy full SHA for d693c7a
src/Options.tsx
@@ -7,7 +7,7 @@ import { wrapper } from './Options.module.css';
7
import { supportedReactVersions } from './reactVersions.js';
8
import { supportedLocales } from './i18n/i18n.js';
9
10
-import languages from './i18n/languages.json';
+import languages from './i18n/languages.json' with { type: 'json' };
11
12
import type { ReactVersion } from './types.js';
13
0 commit comments