You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ConnectAccountOnboarding component 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.
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
ConnectAccountOnboarding
component in a project with Tailwind CSS.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.
There is no Edit that should exist.
Could anyone provide insights or solutions to this issue?
The text was updated successfully, but these errors were encountered: