jpuri / react-draft-wysiwyg

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

Options not showing to change font family, size, style #1291

Closed abura1han closed 8 months ago

abura1han commented 2 years ago

image

And also those buttons are not working image

CompuWiser commented 2 years ago

Most of these new issues are related to React 18 strict mode, On development, disable the StrictMode, On production, they will work fine because StrictMode only works on dev mode

jvmsangkal commented 2 years ago

Options are also not working for me in react 16

talefe commented 2 years ago

Most of these new issues are related to React 18 strict mode, On development, disable the StrictMode, On production, they will work fine because StrictMode only works on dev mode

why does this happen? are there any upcoming fixes for these problems?

dinhphu28 commented 1 year ago

Most of these new issues are related to React 18 strict mode, On development, disable the StrictMode, On production, they will work fine because StrictMode only works on dev mode

Same issue, disabled restrict mode then they will work fine on dev mode

mnezmah commented 1 year ago

Check this thread out: stack overflow and also keep in mind that this dependency is based on Draft.js which is archived, and no longer being supported)

Op-Pautu commented 8 months ago

welp, there goes 2 hours of my time