@clerk/nextjs
Version:
Clerk SDK for NextJS
1 lines • 1.44 kB
Source Map (JSON)
{"version":3,"sources":["../../../../src/app-router/client/keyless-creator-reader.tsx"],"sourcesContent":["import React, { useEffect } from 'react';\n\nimport type { NextClerkProviderProps } from '../../types';\nimport { createOrReadKeylessAction } from '../keyless-actions';\n\nexport const KeylessCreatorOrReader = (props: NextClerkProviderProps) => {\n const { children } = props;\n const [state, fetchKeys] = React.useActionState(createOrReadKeylessAction, null);\n useEffect(() => {\n React.startTransition(() => {\n fetchKeys();\n });\n }, []);\n\n if (!React.isValidElement(children)) {\n return children;\n }\n\n return React.cloneElement(children, {\n key: state?.publishableKey,\n publishableKey: state?.publishableKey,\n __internal_keyless_claimKeylessApplicationUrl: state?.claimUrl,\n __internal_keyless_copyInstanceKeysUrl: state?.apiKeysUrl,\n __internal_bypassMissingPublishableKey: true,\n } as any);\n};\n"],"mappings":";AAAA,OAAO,SAAS,iBAAiB;AAGjC,SAAS,iCAAiC;AAEnC,MAAM,yBAAyB,CAAC,UAAkC;AACvE,QAAM,EAAE,SAAS,IAAI;AACrB,QAAM,CAAC,OAAO,SAAS,IAAI,MAAM,eAAe,2BAA2B,IAAI;AAC/E,YAAU,MAAM;AACd,UAAM,gBAAgB,MAAM;AAC1B,gBAAU;AAAA,IACZ,CAAC;AAAA,EACH,GAAG,CAAC,CAAC;AAEL,MAAI,CAAC,MAAM,eAAe,QAAQ,GAAG;AACnC,WAAO;AAAA,EACT;AAEA,SAAO,MAAM,aAAa,UAAU;AAAA,IAClC,KAAK,+BAAO;AAAA,IACZ,gBAAgB,+BAAO;AAAA,IACvB,+CAA+C,+BAAO;AAAA,IACtD,wCAAwC,+BAAO;AAAA,IAC/C,wCAAwC;AAAA,EAC1C,CAAQ;AACV;","names":[]}