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

fix: expose common base synthetic event methods #1589

Merged
merged 5 commits into from
Apr 26, 2024

Conversation

mdjastrzebski
Copy link
Member

Summary

Adds persist(), preventDefault(), stopPropagation(), etc stub methods to all User Event events.

Fixes #1588

Test plan

All automated tests should pass.

@mdjastrzebski mdjastrzebski changed the title Fix/expose common base synthetic event props fix: expose common base synthetic event methods Apr 24, 2024
@mdjastrzebski mdjastrzebski merged commit f7e3b1a into main Apr 26, 2024
5 checks passed
@mdjastrzebski mdjastrzebski deleted the fix/expose-common-base-synthetic-event-props branch April 26, 2024 19:38
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.

persist method does not exist on event passed to onKeyPress
2 participants