NASA-PDS / wds-react

PDS Web Design System package for React
MIT License
0 stars 0 forks source link

Building package reports issue with unused import #45

Closed anilnatha closed 2 months ago

anilnatha commented 2 months ago

💡 Description

When building the package, the following unused import is being reported multiple times as an issue:

(!) Plugin typescript: @rollup/plugin-typescript TS6133: 'React' is declared but its value is never read.
src/components/Icons/ArrowCircleDown.tsx: (1:1)

1 import * as React from 'react';
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/components/Icons/ArrowCircleLeft.tsx: (1:1)

1 import * as React from 'react';
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/components/Icons/ArrowCircleRight.tsx: (1:1)

1 import * as React from 'react';
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/components/Icons/ArrowCircleUp.tsx: (1:1)
...

⚔️ Parent Epic / Related Tickets

No response

anilnatha commented 2 months ago

Fixed via PR #46