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
For any component that passes height through to styled-system, setting height={1} results in height: 1px;. This is the expected behavior, so rather than diverge from how styled-system handles height, we should add a runtime warning and update the documentation to better explain the actual behavior in this scenario.
Describe the bug
For any component that passes
height
through tostyled-system
, settingheight={1}
results inheight: 1px;
. This is the expected behavior, so rather than diverge from howstyled-system
handlesheight
, we should add a runtime warning and update the documentation to better explain the actual behavior in this scenario.Affected project(s) (e.g.
pcln-design-system
,pcln-modal
, etc.)Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered: