I did a draft js document to create a very simple demo of a js project.
Everything works fine, but when I open the URL in Chrome, I can only see a white blank page (there is a hidden editor there, but it doesn’t appear)
There is no error on the browser console.
The demo project is here: https://github.com/js-demos/react-draft-js-demo , you can clone it and follow the readme to run it.
I looked at the code very carefully, but I can’t understand why.
source
share