react/packages/react-interactions/events/src/dom
Brian Vaughn d2158d6ccb
Fix flow types (#18204)
* Added missing @flow pragma to React.js

* Fixed useContext() return type definition

* Fixed previously masked Flow errors in DevTools and react-interactions packages

* Added displayName to internal Context Flow type

* Removed Flow generic annotations for createResponder

This seems to cause a parsing error. (Not sure why.) The API is deprecated anyway so I'm being lazy for now and just adding a .
2020-03-03 12:46:24 -08:00
..
__tests__ Fix bug with PressLegacy blur (#18194) 2020-03-02 13:42:46 +00:00
shared [react-interactions] Refine virtual click detection for FF+JAWS/NVDA (#17422) 2019-11-21 13:09:30 +00:00
ContextMenu.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Focus.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Hover.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Input.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Keyboard.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Press.js Codemod to import * as React from "react"; (#18102) 2020-02-21 19:45:20 -08:00
PressLegacy.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00
Tap.js Fix flow types (#18204) 2020-03-03 12:46:24 -08:00