We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4924e commit e31f3d5Copy full SHA for e31f3d5
.changeset/bright-islands-say.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/shared': patch
3
4
+
5
+Fix for allowing task url customization for specific tasks instead of requiring them all
packages/shared/src/types/clerk.ts
@@ -1177,7 +1177,7 @@ export type ClerkOptions = ClerkOptionsNavigation &
1177
*
1178
* @default undefined
1179
*/
1180
- taskUrls?: Record<SessionTask['key'], string>;
+ taskUrls?: Partial<Record<SessionTask['key'], string>>;
1181
};
1182
1183
export interface NavigateOptions {
0 commit comments