react-loader-spinner
react-loader-spinner copied to clipboard
Types error on attributes
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"
/>