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
Due to a quirk of Edge, this line throws an error because requestAnimationFrame is not bound. Simply adding .bind(window) to the end of that statement may address this issue. I cannot provide a pull request currently, sorry.
The text was updated successfully, but these errors were encountered:
Due to a quirk of Edge, this line throws an error because requestAnimationFrame is not bound. Simply adding
.bind(window)
to the end of that statement may address this issue. I cannot provide a pull request currently, sorry.The text was updated successfully, but these errors were encountered: