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
Type error: 'Editor' cannot be used as a JSX component.
Its element type 'Component<EditorProps, any, any> | ReactElement<any, any> | null' is not a valid JSX element.
Type 'Component<EditorProps, any, any>' is not assignable to type 'Element | ElementClass | null'.
Type 'Component<EditorProps, any, any>' is not assignable to type 'ElementClass'.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable to type 'import("/Users/dobromirkirov/Documents/Work/Projects/the-common-ground/the-common-ground-platform/node_modules/@types/react-dom/node_modules/@types/react/ts5.0/index").ReactNode'.
Type 'ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'ReactElement<any, string | JSXElementConstructor<any>>' but required in type 'ReactPortal'.
The text was updated successfully, but these errors were encountered:
My
package.json
.That is the error.
The text was updated successfully, but these errors were encountered: