react/packages/react-interactions
Andrew Clark 703c67560d
Codemod act -> await act (1/?) (#26334)
Similar to the rationale for `waitFor` (see
https://github.com/facebook/react/pull/26285), we should always await
the result of an `act` call so that microtasks have a chance to fire.

This only affects the internal `act` that we use in our repo, for now.
In the public `act` API, we don't yet require this; however, we
effectively will for any update that triggers suspense once `use` lands.
So we likely will start warning in an upcoming minor.
2023-03-07 10:15:34 -05:00
..
events Codemod act -> await act (1/?) (#26334) 2023-03-07 10:15:34 -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.