Replies: 8 comments
|
Ref: INT-2848 |
|
I got this issue and managed to solved it. In my case, my local machine is using |
|
Hello @dellasys, i try with node 16.14.2 but same error. |
|
Hello, same issue here. I have tried to update node but same error. Do you know other workaround? Thank you |
|
Have you tried delete node_modules and |
|
Yes, after moving from yarn to npm it is now working. Thank you! |
|
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 |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions