fix: demo build & upgrades (#2848)

This commit is contained in:
KinfeMichael Tariku
2025-05-31 00:22:02 -07:00
committed by GitHub
parent 77c38594bb
commit 06ca627a6a
26 changed files with 10418 additions and 16051 deletions

View File

@@ -27,7 +27,7 @@ export function Wrapper(props: { children: React.ReactNode }) {
const queryClient = new QueryClient();
export function WrapperWithQuery(props: { children: React.ReactNode }) {
export function WrapperWithQuery(props: { children: React.ReactNode | any }) {
return (
<QueryClientProvider client={queryClient}>
{props.children}