Replies: 8 comments
-
Ref: INT-2848 |
Beta Was this translation helpful? Give feedback.
-
I got this issue and managed to solved it. In my case, my local machine is using |
Beta Was this translation helpful? Give feedback.
-
Hello @dellasys, i try with node 16.14.2 but same error. |
Beta Was this translation helpful? Give feedback.
-
Hello, same issue here. I have tried to update node but same error. Do you know other workaround? Thank you |
Beta Was this translation helpful? Give feedback.
-
Have you tried delete node_modules and |
Beta Was this translation helpful? Give feedback.
-
Yes, after moving from yarn to npm it is now working. Thank you! |
Beta Was this translation helpful? Give feedback.
-
This problem occurs if you haven't migrated to the newest version of React. The solution is to tell your package manager to enforce the same versions of In the case of npm you have to add the following properties to
|
Beta Was this translation helpful? Give feedback.
-
Another possibility is that the In the case of I don't believe this is an actual problem with the tinymce-react repository though so I will convert this issue into a discussion so people can still see it. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have one error with Editor component.
Type error: 'Editor' cannot be used as a JSX component.
Its instance type 'Editor' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types.
Type 'ReactElement<{ ref: RefObject; id: string; }, string | JSXElementConstructor>' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'ReactElement<{ ref: RefObject; id: string; }, string | JSXElementConstructor>' but required in type 'ReactPortal'.
Thank for futur help.
Beta Was this translation helpful? Give feedback.
All reactions