kadikraman / draftjs-md-converter

Converts content from Draft.js blocks to Markdown and vice versa.
https://kadikraman.github.io/draftjs-md-converter/
MIT License
145 stars 37 forks source link

Identifier '_toConsumableArray' has already been declared #55

Closed anton0243 closed 4 years ago

anton0243 commented 4 years ago

I use React, Parcel and draftjs-md-converter. When i run the command "yarn start" I get an error: Identifier '_toConsumableArray' has already been declared. It seems the function is declared 2 times.

kadikraman commented 4 years ago

Hi @in-html 👋 - I've raised a PR with a fix. If you get a moment, I'd really appreciate if you could check if it works for you. The instructions on how to verify are in the PR description - cheers!