diff --git a/components/preview/preview-provider.tsx b/components/preview/preview-provider.tsx index e5db67a08..3d1af07bd 100644 --- a/components/preview/preview-provider.tsx +++ b/components/preview/preview-provider.tsx @@ -6,7 +6,7 @@ import { suspend } from 'suspend-react'; const LiveQueryProvider = dynamic(() => import('next-sanity/preview')); // suspend-react cache is global, so we use a unique key to avoid collisions -const UniqueKey = Symbol('lib/sanity.client'); +const UniqueKey = Symbol('@/lib/sanity/sanity.client'); export default function PreviewProvider({ children,