Skip to content

Commit

Permalink
SSR type error
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent 51dc211 commit 0df9bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/vote-proposal/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function Home() {

return (
<Layout>
{/* TODO fix type error */}
{/* Type error: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. */}
{/* @ts-ignore */}
<NoSSR>
Expand Down

0 comments on commit 0df9bf7

Please sign in to comment.