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
lwc-events: guard against exception from extractValue (#1745)
Ensure that if the extractValue implementation for an event
throws an exception, it will not impact processing other
events. If the extract fails, then it will treat the value
as `null`.
0 commit comments