Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[devtools/e2e]: add fallback for act in integration tests (#27842)
#27805 broke integration tests for React DevTools with React 17, these changes introduce a fallback for such case when `act` is not available in `react`, but available in `react-dom`, like before.
- Loading branch information