react/packages
Andrew Clark d814473047
[Internal API only] Delete non-awaited form of act (#26339)
**This commit only affects the internal version of `act` that we use in
this repo. The public `act` API is unaffected, for now.**

We should always await the result of an `act` call so that any work
queued in a microtask has a chance to flush. Neglecting to do this can
cause us to miss bugs when testing React behavior.

I codemodded all the existing `act` callers in previous PRs.
2023-03-08 11:46:10 -05:00
..
dom-event-testing-library Update jest printBasicPrototype config (#26142) 2023-02-10 09:58:57 +01:00
eslint-plugin-react-hooks Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
internal-test-utils SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
jest-react [Internal API only] Delete non-awaited form of act (#26339) 2023-03-08 11:46:10 -05:00
react Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-art Cleanup enableSyncDefaultUpdate flag (#26236) 2023-02-27 14:04:02 -05:00
react-cache SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
react-client SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
react-debug-tools Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-devtools [DevTools] upgrade electron to latest version & security improvements (#26337) 2023-03-07 22:31:54 -05:00
react-devtools-core React DevTools 4.27.1 -> 4.27.2 (#26185) 2023-02-16 16:46:23 -05:00
react-devtools-extensions Upgrade Flow to 0.201 (#26326) 2023-03-06 10:33:22 -05:00
react-devtools-inline React DevTools 4.27.1 -> 4.27.2 (#26185) 2023-02-16 16:46:23 -05:00
react-devtools-shared Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-devtools-shell Upgrade Flow to 0.201 (#26326) 2023-03-06 10:33:22 -05:00
react-devtools-timeline React DevTools 4.27.1 -> 4.27.2 (#26185) 2023-02-16 16:46:23 -05:00
react-dom Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-dom-bindings [Float][Fiber] implement a faster hydration match for hoistable elements (#26154) 2023-03-06 19:52:35 -08:00
react-interactions Codemod act -> await act (1/?) (#26334) 2023-03-07 10:15:34 -05:00
react-is [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
react-native-renderer Restore definition of NativeMethods as an object for React Native (#26341) 2023-03-08 14:37:37 +00:00
react-noop-renderer SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
react-reconciler Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-refresh Codemod act -> await act (4/?) (#26338) 2023-03-08 11:36:05 -05:00
react-server Upgrade Flow to 0.201 (#26326) 2023-03-06 10:33:22 -05:00
react-server-dom-relay Codemod act -> await act (3/?) (#26336) 2023-03-07 14:39:30 -05:00
react-server-dom-webpack [Flight] Send server reference error chunks to the client (#26293) 2023-03-04 22:56:19 -05:00
react-server-native-relay Simplify Webpack References by encoding file path + export name as single id (#26300) 2023-03-04 19:51:34 -05:00
react-suspense-test-utils [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
react-test-renderer SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
scheduler SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
shared SchedulerMock.unstable_yieldValue -> SchedulerMock.log (#26312) 2023-03-06 11:09:07 -05:00
use-subscription Codemod act -> await act (3/?) (#26336) 2023-03-07 14:39:30 -05:00
use-sync-external-store Codemod act -> await act (2/?) (#26335) 2023-03-07 12:07:30 -05:00