jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

E.index of is not a function #1339

Open pradeep6688 opened 1 year ago

pradeep6688 commented 1 year ago

We are upgrading one of our framework module where it updates immutable-Js to v4 and we are using draft-Js and react draft wysiwyg. Where draft us relies on immutable Js v3 and hence breaks due to some api incompatibility b/whatsup the two version of immutable Js

using @acusti/draftjs resolved the error in draft Js where it is upgraded to immutable v4 . But getting the error in react draft wysiwyg any help

edeparcevaux commented 9 months ago

Hi @pradeep6688 I have the same problem as you. Have you found a solution for wysiwyg to this problem?