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 3031696 commit 2b2f7deCopy full SHA for 2b2f7de
packages/react-intlayer/src/server/useLoadDynamic.ts
@@ -1,3 +1,4 @@
1
+/** @ts-ignore remove error Property 'cache' does not exist on type 'typeof React'. */
2
import { cache, use } from 'react';
3
4
export const useLoadDynamic = <T>(_key: string, promise: Promise<T>): T => {
0 commit comments