I'm using the Menu component and I am handling the OnClick event. I noticed that when an exception is thrown in its handler, it does not reach the ErrorBoundary.
===
ADMIN EDIT
===
This issue also affects the SplitButton component.
Yes this is an issue that causes us to have to manually implement extra error handling just for these components whereas everything else works with the ErrorBoundary as expected.
Definitely need this addressed as the SplitButton is one of our core components in our system.