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
Hi, I looked inside the node_modules package of this library and there is a typo and you have to put strokeWith, without the "d" and it will work @liquidvisual
Setting a value on
strokeWidth
results in no change of thickness.eg
<RotationHoleLoader color="#fff" size={55} strokeWidth={4} />
The
size
works fine, thestrokeWidth
does nothing.The text was updated successfully, but these errors were encountered: