HubSpot / draft-convert

Extensibly serialize & deserialize Draft.js ContentState with HTML.
Apache License 2.0
483 stars 94 forks source link

convertToHTML emoji fixes #89

Closed benbriggs closed 7 years ago

benbriggs commented 7 years ago

fixes #85

uses Array.from via the array spread to split strings on codepoints rather than splitting an emoji of > 1 character into multiple string characters