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
My first guess is that the more recent version of jQuery doesn't expect self-closing span tags maybe? So it's possible changing it to <span ... ></span> will resolve this - but I haven't tested that at all (or even verified that I can reproduce this)
Update: That solves it. I'll create a PR. I'll only change the entwine part - having these be self-closing is correct for react syntax.
Affected version : 4.12
since the upgrade, the animated icon is not fully displayed (you see only the first two dots, tested on chrome, windows)
from what i can see, it changed from
to
the spans are nested instead of being siblings
Pull Requests
The text was updated successfully, but these errors were encountered: