korz
korz
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
thanks Tom! We're in business.
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
oh yea lol
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
"convex": "^1.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@convex-dev/react-query": "^0.0.0-alpha.8",

"@tanstack/react-query": "^5.60.2",
"@tanstack/react-query-devtools": "^5.61.0",
"@tanstack/react-router": "^1.77.5",
"@tanstack/react-router-with-query": "^1.77.5",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/router-devtools": "^1.82.2",
"@tanstack/start": "^1.77.5",
"convex": "^1.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@convex-dev/react-query": "^0.0.0-alpha.8",

"@tanstack/react-query": "^5.60.2",
"@tanstack/react-query-devtools": "^5.61.0",
"@tanstack/react-router": "^1.77.5",
"@tanstack/react-router-with-query": "^1.77.5",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/router-devtools": "^1.82.2",
"@tanstack/start": "^1.77.5",
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
i am getting some client errors client.tsx:10 Uncaught Error: Root element not found at client.tsx:10:9 site.webmanifest:1 Manifest: Line: 1, column: 1, Syntax error. so something aint right
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
ive done no work on the frontend so im just gonna start fresh as a sanity check and if the problem persists ill share the repo
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
ill share the repo. just gotta create some seed data
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
i used npm create convex@latest -- -t tanstack-start
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
i see console logs from vinxi and the client
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
nothing gets rendered
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
however this code works as expected
const { data: firstPageFonts } = useSuspenseQuery(
convexQuery(api.fonts.listFontsPaginated, {
paginationOpts: {
cursor: null,
numItems: 12,
},
}),
const { data: firstPageFonts } = useSuspenseQuery(
convexQuery(api.fonts.listFontsPaginated, {
paginationOpts: {
cursor: null,
numItems: 12,
},
}),
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
same for useConvexQuery
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
from convex/react
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
const data = useQuery(api.fonts.listFontsPaginated, {
paginationOpts: {
cursor: null,
numItems: 12,
},
});
const data = useQuery(api.fonts.listFontsPaginated, {
paginationOpts: {
cursor: null,
numItems: 12,
},
});
data is undefined
63 replies
CCConvex Community
Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
No description
63 replies