-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triangle spinner Component its broken. #152
Comments
I already tested the others spinners components and its working fine, except the triangle one. |
I think the infinity one is broken too, breaks for me from using examples code |
@isaacjoy97 yeah, I tested the infinity one and its broken too. |
@weillercarvalho Which version of react-script you are using? |
@mhnpd none, I'm using Vite not CRA |
pck.jsn deps. "dependencies": { |
tirangle is working for me but i found a minor bug when i copied the the code from the example the property responsible for setting the component class called wrapperClassName, when adding a class value to this property it was rendering "undefined" but if you change it to wrapperClass it worked this is the case for [ watch,, triangle, three dots ] |
When I pass this code in a React App created in Vite the Spinner don't render and the application breaks:
The code:
The error:
The text was updated successfully, but these errors were encountered: