Tristan Hessell
Tristan Hessell
For anyone that gets here and is using `typescript`, we were getting here when the coverage reports included typing files (`filename.d.ts`). After excluding those files from coverage reporting the `nyc...
Happy to make the changes! Will get it done over the next week or so
@ljharb the code uses the react 17 jsx transform, which doesn't require React to be imported: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#removing-unused-react-imports. In TypeScript, React isn't required to be imported (when used as a type...
When using `import type {VFC} from 'react'`, the unused props are reported 👍