Unplanned
Last Updated: 27 Aug 2024 12:52 by Travis
Ron Hary
Created on: 13 Jan 2023 19:02
Category: Menu
Type: Bug Report
9
Exception thrown in the OnClick event of the Menu is not caught by ErrorBoundary

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.

1 comment
Travis
Posted on: 27 Aug 2024 12:52

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.