Various deprecation warnings in tests
Open
@iChenLei is already working on this.
Since Sep 10, 2024.
🍗 enhancement
🙏 help wanted
- Dominant language
- TypeScript
- Stars
- 28.2k
- Forks
- 1.8k
- Avg merge
- 1h 38m
- Merged PRs (30d)
- 1
Description
Warning:
ReactDOMTestUtils.actis deprecated in favor ofReact.act. Importactfromreactinstead ofreact-dom/test-utils
Warning: StatelessComp: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.
Warning: An update to null inside a test was not wrapped in act(...).
PR welcome
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.