File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/shared/src/types Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change @@ -1062,6 +1062,14 @@ type ClerkOptionsNavigation =
10621062 } ;
10631063
10641064type ClerkUnsafeOptions = {
1065+ /**
1066+ * Disables the console warning that is logged when Clerk is initialized with development keys.
1067+ *
1068+ * [WARNING] The development mode warning is intended to ensure that you don't go to production with a non-production
1069+ * Clerk instance. If you're disabling it, please make sure you don't ship with a non-production Clerk instance!
1070+ *
1071+ * More information: https://clerk.com/docs/guides/development/deployment/production
1072+ */
10651073 unsafe_disableDevelopmentModeConsoleWarning ?: boolean ;
10661074} ;
10671075
You can’t perform that action at this time.
0 commit comments