ignitionworks / draftjs_exporter

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

Exporter exports nothing unless you symbolize keys #15

Closed bramski closed 6 years ago

ritec commented 6 years ago

Had the same issue, just worked through it by using deep_symbolized_keys

theozaurus commented 6 years ago

Sounds like deep_symbolized_keys resolves this problem. Closing this issue unless anyone wants to raise a pull request to improve documentation if they feel isn't obvious.