You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this build of ckeditor for strapi v4 in my sub-folder or a sub-directory contained react-app. I already have this working perfectly in the strapi cms itself, however my userbase will be separated into two types, those who can access the Strapi CMS, and those who can only access the react app.
I want to use this exact build with the strapi media library button as well as the full screen button inside my react app, within strapi CMS. How can I use this ckeditor with these two custom buttons (strapi media library + full screen) within the react app as well?
That's my general goal, I did manage to install it however I am now running into problems in my terminal. Here is the error message when I use "yarn build" in my ubuntu inside my react-app:
Failed to compile.
SyntaxError: unknown: Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set throwIfNamespace: false to bypass this warning.
6 | ...props
7 | }, svgRef) {
Hello,
I'm trying to use this build of ckeditor for strapi v4 in my sub-folder or a sub-directory contained react-app. I already have this working perfectly in the strapi cms itself, however my userbase will be separated into two types, those who can access the Strapi CMS, and those who can only access the react app.
I want to use this exact build with the strapi media library button as well as the full screen button inside my react app, within strapi CMS. How can I use this ckeditor with these two custom buttons (strapi media library + full screen) within the react app as well?
That's my general goal, I did manage to install it however I am now running into problems in my terminal. Here is the error message when I use "yarn build" in my ubuntu inside my react-app:
Failed to compile.
SyntaxError: unknown: Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set
throwIfNamespace: false
to bypass this warning.6 | ...props
7 | }, svgRef) {
error Command failed with exit code 1.
Does anyone know why this ckeditor build is not working?
The text was updated successfully, but these errors were encountered: