Ahmadxon

Results 2 comments of Ahmadxon

> @ahmadxon : How did you solve the "out of memory" error? I just used Google Colab platform and runed there.

after installing all dependences you just need to import react-draft-wysiwyg.css inside you component like below: **import** React, { Component } **from** 'react'; **import** { Editor } **from** 'react-draft-wysiwyg'; **import** '../node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css';