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
I don't know if this is intended behavior, but after spinning for the first time if the wheel ever lands on the same result it already has, the wheel-end event will never be emitted (since there is no transition) and thus the lock is never lifted, making the component unresponsive. This behavior can be reproduced even on the playground provided.