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 get this every time I use the library and call flip() - no matter which js file I pick.
I looked at the source code, and it compiles to lines including these:
I get this every time I use the library and call flip() - no matter which js file I pick.
I looked at the source code, and it compiles to lines including these:
That
this.parentElement
call is the problem. In every browser I've tried,this
was undefined there, and you cant get the.parentElement
of undefined.The error message varies, but it's always about
this
...The text was updated successfully, but these errors were encountered: