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
The TagPickerOption's text prop seems to be an alternative to specifying children, however it is a required prop.
What is the purpose of having a text prop here as well as children? It seems redundant.
If children are specified for rendering slightly more advanced content, then the text prop needs to be set to text="" to bypass the compile error due to it being required.
The
TagPickerOption
'stext
prop seems to be an alternative to specifying children, however it is a required prop.What is the purpose of having a
text
prop here as well aschildren
? It seems redundant.If children are specified for rendering slightly more advanced content, then the text prop needs to be set to
text=""
to bypass the compile error due to it being required.The text was updated successfully, but these errors were encountered: