-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

