### Describe the problem Replaces the usages of `TestUtils.act()` to use `React.act()`, introduced in React v19. ### Describe the solution you'd like Same as https://codemod.com/registry/react-19-replace-act-import. ### Alternatives considered _No response_ ### Additional context _No response_