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
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
as u can see this snippet is looking for smallAlign and not smallHorizontalAlign (which is the prop itself), just a small typo which should be fixed (or just use smallAlign/mediumAlign etc.. without prop validation)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
cellBreakpointDefault: {
width: props[size + "Width"],
horizontalAlign: props[size + "Align"],
verticalAlign: props[size + "VerticalAlign"],
order: props[size + "Order"]
}
as u can see this snippet is looking for smallAlign and not smallHorizontalAlign (which is the prop itself), just a small typo which should be fixed (or just use smallAlign/mediumAlign etc.. without prop validation)
The text was updated successfully, but these errors were encountered: