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
sentry suggested this, will have a look at the code later:
<scriptsrc="https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js"crossorigin="anonymous"></script><script>document.addEventListener('DOMContentLoaded',function(){// Ensure twemoji is loadedif(typeoftwemoji!=='undefined'){twemoji.parse(document.body,{folder: 'svg',ext: '.svg'});}else{// Wait for script to load if it hasn't alreadywindow.addEventListener('load',function(){twemoji.parse(document.body,{folder: 'svg',ext: '.svg'});});}});</script>
Sentry Issue: WEBSITE-9C
The text was updated successfully, but these errors were encountered: