ignitionworks / draftjs_exporter

Export Draft.js content state into HTML.
MIT License
16 stars 20 forks source link

Output blank #8

Closed chrise86 closed 6 years ago

chrise86 commented 6 years ago

When using the config from the example in the readme, with raw content that contains even just a simple line of (unstyled) text, the converter produces a blank result. No errors, just a blank string is returned.

Is this gem compatible with current versions of Draft?

chrise86 commented 6 years ago

Calling deep_symbolize_keys on the json raw content seems to do it!