ckeditor field not working #278
-
I am trying to use ckeditor field like this:
The field is not rendering and in console i am getting this error: What may cause the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
jakubwalawender
Oct 25, 2021
Replies: 0 comments 1 reply
-
In my app.js file i had: After removing everything works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcastroa87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my app.js file i had:
window.$ = window.jQuery = require('jquery');
After removing everything works as expected.