Hi 👋 Is there anyone here that could help me understand how to implement cljsjs/draft-js
from within rum? I've added [cljsjs/draft-js "0.10.5-0"]
to the dependencies in my project.clj
file and I've required [cljsjs.draft-js]
in my ns. I can see Draft.Editor
and Draft.EditorState
within my browser console, but I'm not sure how to actually render the wysiwyg editor component. Feel like I've been going round in circles for a while now with various errors, but no desired progress 😊