mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9cae4428a1
As part of the process of removing the deprecated `react-dom/test-utils` package references to `act` from this module are replaced with references to `unstable_act` in `react`. It is likely that the unstable act implementation will be made stable. The test utils act is just a reexport of the unstable_act implementation in react itself.