eslint-react icon indicating copy to clipboard operation
eslint-react copied to clipboard

[feat] add `react-dom/no-test-utils-act` - Replaces the usages of `TestUtils.act()` to use `React.act()`

Open Rel1cx opened this issue 10 months ago • 0 comments

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

Rel1cx avatar Mar 07 '25 05:03 Rel1cx