Remove unnecessary React imports
Open
@jacobo-dominguez-wgu is already working on this.
Since Sep 17, 2025.
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
Description
Since React 17, it is no longer necessary to explicitly import React (i.e., import React from 'react') in order to use JSX. As Paragon is already on React 18, it would be good to clean up and remove these redundant imports.
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.