Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fair-bars-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/shared': patch
---

wip
1 change: 1 addition & 0 deletions packages/shared/src/react/commerce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const PaymentElementInternalRoot = (props: PropsWithChildren) => {
key={externalClientSecret}
stripe={stripe}
options={{
loader: 'never',
clientSecret: externalClientSecret,
appearance: {
variables: stripeAppearance,
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/src/react/stripe-react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ const createElementComponent = (type: StripeElementType, isServer: boolean): Fun
{!isReady && fallback}
<div
id={id}
data-clerk='true'
style={{ height: isReady ? 'unset' : '0px' }}
className={className}
ref={domNode}
/>
Expand Down
Loading