Skip to content

Commit 38fa5f6

Browse files
committed
fix build issue
1 parent 28d86b4 commit 38fa5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/isomorphicClerk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ export class IsomorphicClerk implements IsomorphicLoadedClerk {
802802
if (this.clerkjs && this.loaded) {
803803
this.clerkjs.__internal_openSubscriptionDetails(props);
804804
} else {
805-
this.preopenSubscriptionDetails = props;
805+
this.preopenSubscriptionDetails = props ?? null;
806806
}
807807
};
808808

0 commit comments

Comments
 (0)