We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0132bae commit 477983eCopy full SHA for 477983e
1 file changed
packages/react/src/index.ts
@@ -24,9 +24,5 @@ export type {
24
} from '@clerk/shared/types';
25
export type { ClerkProviderProps } from './types';
26
27
-// TEMPORARY: throwaway export to verify snapi's PR-comment renders the full
28
-// report when changes are detected. Revert before merge.
29
-export const __snapi_dogfood_probe = true as const;
30
-
31
setErrorThrowerOptions({ packageName: PACKAGE_NAME });
32
setClerkJSLoadingErrorPackageName(PACKAGE_NAME);
0 commit comments