withspectrum / draft-js-markdown-plugin

An opinionated DraftJS plugin for supporting Markdown syntax shortcuts
https://markdown-plugin.spectrum.chat/
MIT License
139 stars 42 forks source link

Upgrading immutable to avoid warning #169

Closed Rafi993 closed 3 years ago

Rafi993 commented 5 years ago

Immutable dependency needs to be upgraded to avoid warning showing console saying .length is deprecated. I have created a PR https://github.com/withspectrum/draft-js-markdown-plugin/pull/165 it does seem to work without any breakage.

Rafi993 commented 5 years ago

Upgrading to 3.8.2 introduces a flow error which is present in that version of immutable. This flow error has been fixed in immutable 4.x rc.