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
When index.html loads, it tries to load twemoji for it to be used in the scripts (like main.js), but given that the CDN itself is gone, it fails to load it, which makes "twemoji" an unknown symbol, which throws an exception.
Workaround
I've changed the CDN to the new one recommended by twemoji. That said, this CDN doesn't include the emojis with it, meaning that each time I call twemoji.parse(), I MUST incldue the URL of another CDN that stores the emojis, which could induce quite a lot of back and forth traffic, possibly.
The text was updated successfully, but these errors were encountered:
MaxCDN, twemoji's primary CDN, just straight up disappeared.
When index.html loads, it tries to load twemoji for it to be used in the scripts (like main.js), but given that the CDN itself is gone, it fails to load it, which makes "twemoji" an unknown symbol, which throws an exception.
Workaround
I've changed the CDN to the new one recommended by twemoji. That said, this CDN doesn't include the emojis with it, meaning that each time I call twemoji.parse(), I MUST incldue the URL of another CDN that stores the emojis, which could induce quite a lot of back and forth traffic, possibly.
The text was updated successfully, but these errors were encountered: