SYMBOL INDEX (57 symbols across 24 files) FILE: __tests__/atomWithInfiniteQuery.spec.tsx type DataResponse (line 21) | type DataResponse = { response: { count: number } } type DataResponse (line 128) | type DataResponse = { type DataResponse (line 196) | type DataResponse = { class ErrorBoundary (line 282) | class ErrorBoundary extends Component< method constructor (line 286) | constructor(props: { message?: string; children: ReactNode }) { method getDerivedStateFromError (line 290) | static getDerivedStateFromError() { method render (line 293) | render() { FILE: __tests__/atomWithMutation.spec.tsx function App (line 18) | function App() { function TestView (line 29) | function TestView() { FILE: __tests__/atomWithMutationState.spec.tsx function App (line 46) | function App() { FILE: __tests__/atomWithSuspenseInfiniteQuery.spec.tsx type DataResponse (line 8) | type DataResponse = { FILE: examples/05_mutation/src/App.tsx type Post (line 5) | interface Post { type NewPost (line 12) | interface NewPost { type OptimisticContext (line 16) | interface OptimisticContext { FILE: examples/07_queries/src/App.tsx type User (line 7) | interface User { FILE: examples/09_error_boundary/src/App.tsx type User (line 32) | interface User { FILE: examples/11_nextjs_app_router/src/app/api.ts function getPost (line 1) | async function getPost(postId: string) { FILE: examples/11_nextjs_app_router/src/app/layout.tsx function RootLayout (line 4) | function RootLayout({ FILE: examples/11_nextjs_app_router/src/app/page.tsx function Home (line 3) | function Home() { FILE: examples/11_nextjs_app_router/src/app/posts/[postId]/page.tsx function PostPage (line 10) | async function PostPage({ FILE: examples/11_nextjs_app_router/src/app/posts/page.tsx function PostsPage (line 3) | function PostsPage() { FILE: examples/11_nextjs_app_router/src/app/providers.tsx function makeQueryClient (line 20) | function makeQueryClient() { function getQueryClient (line 34) | function getQueryClient() { function Providers (line 48) | function Providers({ children }: { children: ReactNode }) { FILE: src/atomWithInfiniteQuery.ts function atomWithInfiniteQuery (line 74) | function atomWithInfiniteQuery( FILE: src/atomWithMutation.ts function atomWithMutation (line 12) | function atomWithMutation< function noop (line 121) | function noop() {} FILE: src/atomWithMutationState.ts type MutationStateOptions (line 12) | type MutationStateOptions = { function getResult (line 19) | function getResult( FILE: src/atomWithQueries.ts function atomWithQueries (line 34) | function atomWithQueries( FILE: src/atomWithQuery.ts function atomWithQuery (line 51) | function atomWithQuery( FILE: src/atomWithSuspenseInfiniteQuery.ts function atomWithSuspenseInfiniteQuery (line 18) | function atomWithSuspenseInfiniteQuery< FILE: src/atomWithSuspenseQuery.ts function atomWithSuspenseQuery (line 16) | function atomWithSuspenseQuery< FILE: src/baseAtomWithQuery.ts function baseAtomWithQuery (line 13) | function baseAtomWithQuery< FILE: src/react.ts function QueryClientAtomProvider (line 15) | function QueryClientAtomProvider({ FILE: src/types.ts type Override (line 17) | type Override = { [K in keyof A]: K extends keyof B ? B[K] : A[K] } type MutateFunction (line 19) | type MutateFunction< type MutateAsyncFunction (line 28) | type MutateAsyncFunction< type AtomWithMutationResult (line 35) | type AtomWithMutationResult = type MutationOptions (line 43) | type MutationOptions< type BaseAtomWithQueryOptions (line 53) | type BaseAtomWithQueryOptions< type AtomWithQueryOptions (line 64) | type AtomWithQueryOptions< type AtomWithSuspenseQueryOptions (line 83) | type AtomWithSuspenseQueryOptions< type AtomWithInfiniteQueryOptions (line 93) | type AtomWithInfiniteQueryOptions< type AtomWithSuspenseInfiniteQueryOptions (line 113) | type AtomWithSuspenseInfiniteQueryOptions< type AtomWithQueryResult (line 130) | type AtomWithQueryResult< type DefinedAtomWithQueryResult (line 135) | type DefinedAtomWithQueryResult< type AtomWithSuspenseQueryResult (line 140) | type AtomWithSuspenseQueryResult< type AtomWithInfiniteQueryResult (line 149) | type AtomWithInfiniteQueryResult< type DefinedAtomWithInfiniteQueryResult (line 154) | type DefinedAtomWithInfiniteQueryResult< type AtomWithSuspenseInfiniteQueryResult (line 159) | type AtomWithSuspenseInfiniteQueryResult< type UndefinedInitialDataOptions (line 166) | type UndefinedInitialDataOptions< type NonUndefinedGuard (line 175) | type NonUndefinedGuard = T extends undefined ? never : T type DefinedInitialDataOptions (line 177) | type DefinedInitialDataOptions< type UndefinedInitialDataInfiniteOptions (line 188) | type UndefinedInitialDataInfiniteOptions< type DefinedInitialDataInfiniteOptions (line 204) | type DefinedInitialDataInfiniteOptions< FILE: src/utils.ts function shouldThrowError (line 47) | function shouldThrowError boolean>(