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 dd243ae commit cf2101eCopy full SHA for cf2101e
js-sdk/integrations/react/next/app_router.mdx
@@ -110,7 +110,7 @@ The client configuration is very similar to the [Pages Router setup](./pages-rou
110
'use client';
111
112
import { TolgeeBase } from './shared';
113
-import { TolgeeProvider, TolgeeStaticData } from '@tolgee/react';
+import { CachePublicRecord, TolgeeProvider, TolgeeStaticData } from '@tolgee/react';
114
import { useRouter } from 'next/navigation';
115
import { useEffect } from 'react';
116
0 commit comments