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
ToolbarGroup, ToolbarItem, and ToolbarToggleGroup: removed spacer prop. We could provide a fix that will replace the prop with the gap prop and also update the values passed in (e.g. spacerNone => gapNone, or we could just state that we recommend using our gap, columnGap or rowGap props instead.
ToolbarGroup and ToolbarToggleGroup: removed the spaceItems prop. Will probably require just an error message stating we recommend using marginInlineStart and marginInlineEnd props on applicable components instead.
[Description of the breaking change the rules needing to be created]
Required actions:
Build codemod
Build test
Update readme with description & example
The text was updated successfully, but these errors were encountered:
Follow up to breaking change PR patternfly/patternfly-react#10418
spacer
prop. We could provide a fix that will replace the prop with thegap
prop and also update the values passed in (e.g.spacerNone
=>gapNone
, or we could just state that we recommend using ourgap
,columnGap
orrowGap
props instead.spaceItems
prop. Will probably require just an error message stating we recommend usingmarginInlineStart
andmarginInlineEnd
props on applicable components instead.[Description of the breaking change the rules needing to be created]
Required actions:
The text was updated successfully, but these errors were encountered: