Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lwc-events: guard against exception from extractValue #1745

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

brharrington
Copy link
Contributor

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.

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`.
@brharrington brharrington added this to the 1.8.0 milestone Feb 10, 2025
@brharrington brharrington merged commit 4c3bbc2 into Netflix:main Feb 10, 2025
5 checks passed
@brharrington brharrington deleted the lwc-extract branch February 10, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant