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
*Note that you will have to provide any event property that you're using in your component (e.g. keyCode, which, etc...) as React is not creating any of these for you.*
45
45
46
-
`Simulate` has a method for every event that React understands.
46
+
`Simulate` has a method for [every event that React understands](/react/docs/events.html#supported-events).
0 commit comments