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
@carbon/react is renaming the aiLabel prop to decorator, so you can now pass not just the AILabel component but also other components like Tooltip to it.
Refer this issue for details: #17921.
With this change, we’ll need to update aiLabel to decorator in our code too.
@carbon/react
is renaming theaiLabel
prop todecorator
, so you can now pass not just theAILabel
component but also other components like Tooltip to it.Refer this issue for details: #17921.
With this change, we’ll need to update
aiLabel
todecorator
in our code too.Components to rename aiLabel to decorator
The text was updated successfully, but these errors were encountered: