-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Node Version
18.17.0
NPM Version
10.5.0
What OS are you seeing the problem on?
Mac
Stripe Version
1.19.4
Description
When using the ConnectAccountOnboarding component with Tailwind CSS, the Edit section becomes entirely white and the content is no longer visible. Removing all Tailwind settings, including those from the parent component, did not resolve the issue. The problem persists in this error state.
Steps to Reproduce
- Implement
ConnectAccountOnboardingcomponent in a project with Tailwind CSS. - Navigate to the Edit section of the component.
- Observe that the section turns white and content is not visible.
Expected Behavior
The Edit section should be visible and function correctly without any display issues.
Actual Behavior
The Edit section becomes completely white, making the content invisible, even after removing Tailwind CSS configurations.
Additional Information
This is the code.
<ConnectComponentsProvider
connectInstance={stripeConnectInstance}
>
<ConnectAccountOnboarding
onExit={() => setOnboardingExited(true)}
/>
</ConnectComponentsProvider>There is no Edit that should exist.

Could anyone provide insights or solutions to this issue?
Metadata
Metadata
Assignees
Labels
No labels