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
In #14654 all Popover-based components were unified to use new values for the align prop.
The old values need to be properly deprecated so we can ensure consumers know to stop using them.
Pull the old values out into their own type, mark it as deprecated via jsdoc
Update PopoverAlignment to be a union of the new values and the new deprecated type
Write a custom validator function for proptypes that pops a warning when a deprecated value is used
Refactor all usages where PopoverAlignment is used to normalize tooltipPosition with tooltipAlignment such as in Button
The content you are editing has changed. Please copy your edits and refresh the page.
In #14654 all Popover-based components were unified to use new values for the
align
prop.The old values need to be properly deprecated so we can ensure consumers know to stop using them.
Pull the old values out into their own type, mark it as deprecated via jsdoc
Update PopoverAlignment to be a union of the new values and the new deprecated type
Write a custom validator function for proptypes that pops a warning when a deprecated value is used
Refactor all usages where
PopoverAlignment
is used to normalizetooltipPosition
withtooltipAlignment
such as in ButtonTasks
The text was updated successfully, but these errors were encountered: