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
I want to add a labelId to the component - which is not a direct prop. Therefore, I assume it should be passed via slots, but since there is no typing or documentation specifying the available components for the slot, I'm unsure which components can be used. Here's the code I'm working with:
I want to add a
labelId
to the component - which is not a direct prop. Therefore, I assume it should be passed viaslots
, but since there is no typing or documentation specifying the available components for theslot
, I'm unsure which components can be used. Here's the code I'm working with:The text was updated successfully, but these errors were encountered: