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
Remove ✨ and ❌ emoji characters from code examples that were causing
'InvalidCharacterError: Failed to execute atob' errors in docs.
The atob function only supports Latin1 (ISO-8859-1) characters, and
emojis are outside that range, causing encoding issues during page
rendering.
0 commit comments