react-loader-spinner icon indicating copy to clipboard operation
react-loader-spinner copied to clipboard

Types error on attributes

Open hamzaxoxo opened this issue 1 year ago • 0 comments

The color property is not recognized by the RotatingLines component from the react-loader-spinner package. Despite providing the color property, TypeScript throws an error indicating that color does not exist on the type of the component.

 <RotatingLines
      width="20"
      color="white"
    />

hamzaxoxo avatar Jul 13 '24 16:07 hamzaxoxo