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
Change the signature of deprecateValuesWithin to accept below as it's arguments
propType,
allowedValues
propMappingFunction
Create an propMappingFunction function and optionally pass it to deprecateValuesWithin which can guide the user more clearly about the depreciated prop value and it's new_alternative_value
The text was updated successfully, but these errors were encountered:
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team.
If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request you or other volunteers from the community to work on this issue.
Issue : #16326
Enhancement of this PR
Change the signature of
deprecateValuesWithin
to accept below as it's argumentsCreate an
propMappingFunction
function and optionally pass it todeprecateValuesWithin
which can guide the user more clearly about thedepreciated
prop value and it'snew_alternative_value
The text was updated successfully, but these errors were encountered: