You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
/>
The text was updated successfully, but these errors were encountered:
The
color
property is not recognized by theRotatingLines
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.The text was updated successfully, but these errors were encountered: