UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

1 lines 1.09 kB
{"version":3,"sources":["../../../../src/app-router/client/keyless-cookie-sync.tsx"],"sourcesContent":["'use client';\n\nimport type { AccountlessApplication } from '@clerk/backend';\nimport type { PropsWithChildren } from 'react';\nimport { useEffect } from 'react';\n\nimport { canUseKeyless } from '../../utils/feature-flags';\n\nexport function KeylessCookieSync(props: PropsWithChildren<AccountlessApplication>) {\n useEffect(() => {\n if (canUseKeyless) {\n void import('../keyless-actions.js').then(m =>\n m.syncKeylessConfigAction({\n ...props,\n // Preserve the current url and return back, once keys are synced in the middleware\n returnUrl: window.location.href,\n }),\n );\n }\n }, []);\n\n return props.children;\n}\n"],"mappings":";;AAIA,SAAS,iBAAiB;AAE1B,SAAS,qBAAqB;AAEvB,SAAS,kBAAkB,OAAkD;AAClF,YAAU,MAAM;AACd,QAAI,eAAe;AACjB,WAAK,OAAO,uBAAuB,EAAE;AAAA,QAAK,OACxC,EAAE,wBAAwB;AAAA,UACxB,GAAG;AAAA;AAAA,UAEH,WAAW,OAAO,SAAS;AAAA,QAC7B,CAAC;AAAA,MACH;AAAA,IACF;AAAA,EACF,GAAG,CAAC,CAAC;AAEL,SAAO,MAAM;AACf;","names":[]}