fix: Require `await act(...)` by eps1lon · Pull Request #1214 · testing-library/react-testing-library
Will be released in the next alpha to test at Meta and Vercel first. BREAKING CHANGE act and APIs using it (e.g. render or renderHook) are now async and must be awaited. This change can be codemodd...