strapi-plugin-wysiwyg-toastui
strapi-plugin-wysiwyg-toastui copied to clipboard
Strapi 3.6.6 issue
The text doesn't load on the text area when I try to edit an entry.
Same for me! So frustrating.
@hatimmakki See this https://github.com/fagbokforlaget/strapi-plugin-wysiwyg-toastui/pull/4 It might solve this problem. This PR lacks contains legacy code hence not merged. If you can help us fixing this issue that would be awesome!
Is it safer to use UNSAFE_componentWillRecieveProps for now in that PR?
@danmorley That will do for now. Ideally, we should use getDerivedStateFromProps
however, I am not sure if its already available in react version which comes with strapi admin.