-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
Add a link to the list of supported events #5928
Conversation
@@ -21,7 +21,7 @@ Simulate.{eventName}( | |||
) | |||
``` | |||
|
|||
Simulate an event dispatch on a DOM node with optional `eventData` event data. **This is possibly the single most useful utility in `ReactTestUtils`.** | |||
Simulate an event dispatch on a DOM node with optional `eventData` event data. **This is possibly the single most useful utility in `ReactTestUtils`.**R |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this stray character?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zpao Done. Sorry I didn't notice that earlier.
Other than the character fix, looks good. Thanks! Can you make sure you squash any changes when you updated so we only have a single commit? |
@scjody updated the pull request. |
Thanks! |
Add a link to the list of supported events
Add a link to the list of supported events (cherry picked from commit fc547e8)
Just a quick doc update - it took us a while to find this information.