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.
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.