File tree Expand file tree Collapse file tree 10 files changed +1486
-1438
lines changed
infinite-query-with-max-pages
load-more-infinite-scroll
packages/preact-query/src Expand file tree Collapse file tree 10 files changed +1486
-1438
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import " ./.next/types/routes.d.ts" ;
3+ import ' ./.next/types/routes.d.ts'
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11import type { QueryClient } from '@tanstack/query-core'
22import { createContext } from 'preact'
3- import type { ComponentChildren , VNode } from 'preact'
3+ import type { ComponentChildren , VNode } from 'preact'
44import { useContext , useEffect } from 'preact/hooks'
55
66export const QueryClientContext = createContext < QueryClient | undefined > (
You can’t perform that action at this time.
0 commit comments