We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca68f02 commit 22cf1cdCopy full SHA for 22cf1cd
packages/next-intl/__mocks__/react.tsx
@@ -1,4 +1,4 @@
1
-import {isPromise} from '../src/shared/utils';
+import {isPromise} from '../src/shared/utils.js';
2
3
// @ts-expect-error -- React uses CJS
4
export * from 'react';
0 commit comments