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
If you don't provide onChange to ToggleMenuItem, then you get this warning:
And if you don't provide onSelect, then you get this error:
Semantically, these props are redundant to each other, and we should unify them. It's not at all clear which functions the two callbacks are meant to serve.
The text was updated successfully, but these errors were encountered:
Platform
Web
Package version
Description
If you don't provide onChange to ToggleMenuItem, then you get this warning:
And if you don't provide onSelect, then you get this error:
Semantically, these props are redundant to each other, and we should unify them. It's not at all clear which functions the two callbacks are meant to serve.
The text was updated successfully, but these errors were encountered: