Scrolling still broken

This commit is contained in:
Eric Bailey
2025-05-31 17:16:59 -05:00
parent 023755fc83
commit d9866f8ada
2 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export function usePostThread({
const query = useQuery({
enabled,
queryKey,
gcTime: 0,
// gcTime: 0, // TODO faster if we let it cache
async queryFn(ctx) {
const {data} = await wait(
400,