react/packages/react-interactions
Jan Kassens 0b4f443020
[flow] enable enforce_local_inference_annotations (#25921)
This setting is an incremental path to the next Flow version enforcing
type annotations on most functions (except some inline callbacks).

Used
```
node_modules/.bin/flow codemod annotate-functions-and-classes --write .
```
to add a majority of the types with some hand cleanup when for large
inferred objects that should just be `Fiber` or weird constructs
including `any`.

Suppressed the remaining issues.

Builds on #25918
2023-01-09 15:46:48 -05:00
..
events [flow] enable enforce_local_inference_annotations (#25921) 2023-01-09 15:46:48 -05:00
npm Remove React Flare Keyboard responder (#19222) 2020-07-01 15:43:16 +01:00
README.md Rename experimental react-ui => react-interactions (#16842) 2019-09-20 11:51:03 +01:00
package.json Update the exports field (#23257) 2022-02-08 21:07:26 -05:00

README.md

react-interactions

This package is experimental. It is intended for use with the experimental React flags for internal testing.