We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d86b4 commit 38fa5f6Copy full SHA for 38fa5f6
packages/react/src/isomorphicClerk.ts
@@ -802,7 +802,7 @@ export class IsomorphicClerk implements IsomorphicLoadedClerk {
802
if (this.clerkjs && this.loaded) {
803
this.clerkjs.__internal_openSubscriptionDetails(props);
804
} else {
805
- this.preopenSubscriptionDetails = props;
+ this.preopenSubscriptionDetails = props ?? null;
806
}
807
};
808
0 commit comments