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 I insert emoji in HTML entity like this, Buble decodes it to square box character instead of intended emoji.
For example, inserting <div>🐈🐕🐇🐑</div> transforms into React.createElement( 'div', null, "" ) but I think it would be React.createElement( 'div', null, "🐈🐕🐇🐑").
Input:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: