shuriken-ui / nuxt

Nuxt version of Shuriken UI with ready to use components
https://shurikenui.com/
MIT License
153 stars 21 forks source link

[Bug]: BaseProgress indeterminate state not working after commit 2215979 #112

Closed mishamosher closed 7 months ago

mishamosher commented 7 months ago

The commit https://github.com/shuriken-ui/nuxt/commit/2215979706eb77dae926fc5dcc4685a6abb55916 breaks the indeterminate state functionality of the BaseProgress component.

If the type fix is really necessary, maybe a relaxed null check (using == instead of ===, and != instead of !==) here and here is a viable solution?