Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ initialData
Function
initialData
packages/react-query/src/__tests__/useQuery.test.tsx:3781–3783 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3779
)
3780
},
3781
initialData() {
3782
return filter ===
''
? initialTodos : undefined
3783
},
3784
placeholderData: keepPreviousData,
3785
staleTime: 5000,
3786
})
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected