deep-foundation / deepcase-app

https://deep-foundation.github.io/deepcase-app/
The Unlicense
11 stars 6 forks source link

'Content' cannot be used as a JSX component. #271

Closed FreePhoenix888 closed 6 months ago

FreePhoenix888 commented 6 months ago
freephoenix888@FreePhoenix888:~/Programming/deep/deepcase-app$ npx tsc
pages/index.tsx:179:18 - error TS2786: 'Content' cannot be used as a JSX component.
  Its return type 'Element[]' is not a valid JSX element.
    Type 'Element[]' is missing the following properties from type 'ReactElement<any, any>': type, props, key

179                 <Content gqlPath={gqlPath} gqlSsl={gqlSsl} appVersion={appVersion} openPortal={() => setPortal(true)} />
                     ~~~~~~~

Found 1 error in pages/index.tsx:179