From 0df9bf7785fbcdaff15d15165b0ae5abd7c6d503 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Fri, 5 Apr 2024 12:07:28 -0700 Subject: [PATCH] SSR type error --- examples/vote-proposal/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/vote-proposal/pages/index.tsx b/examples/vote-proposal/pages/index.tsx index fa1e3ea53..88722962b 100644 --- a/examples/vote-proposal/pages/index.tsx +++ b/examples/vote-proposal/pages/index.tsx @@ -11,6 +11,7 @@ export default function Home() { return ( + {/* 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 */}