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 29d5f63 commit 51dc211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/vote-proposal/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default function Home() {

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

0 comments on commit 51dc211

Please sign in to comment.