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
Describe the bug
The Stack component renders horizontally in production and vertically in local development.
To Reproduce
Steps to reproduce the behavior:
Create a Stack component with three divs inside. Styling props include mt={8} and gap="24px"
Check component in local development, should render as vertical
Check staging/production for same vertical orientation. Currently, it is rendering without the gap prop and is display: flex, causing it to be horizontal orientation.
Expected behavior
Expected behavior is the Stack component would be in a column with the gap prop applied.
Screenshots
Desktop (please complete the following information):
OS: macOS 11.3.1
Browser: Chrome
Version: 108.0.5359.124
Additional context
Page with Stack component is supposed to render after form is complete. Bug seems to only happen in production if the /thankyou page is visited directly.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Stack component renders horizontally in production and vertically in local development.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behavior is the Stack component would be in a column with the gap prop applied.
Screenshots
Desktop (please complete the following information):
Additional context
Page with Stack component is supposed to render after form is complete. Bug seems to only happen in production if the /thankyou page is visited directly.
The text was updated successfully, but these errors were encountered: