Paul Chesterton
Results
1
comments of
Paul Chesterton
In javascript/packs/application.js I added these lines to get it to get rid of that error: `import FroalaEditor from 'froala-editor/js/froala_editor.min.js';` `global.FroalaEditor = FroalaEditor;` I had installed froala-editor with yarn. Also, I...