Simple working version, no pref for OP

This commit is contained in:
Eric Bailey
2025-05-20 12:39:30 -05:00
parent 912aaac3f6
commit 8bab738fed
3 changed files with 86 additions and 72 deletions
+1 -1
View File
@@ -86,9 +86,9 @@ export function usePostThread({
showHidden: state.shownHiddenReplyKinds.has(HiddenReplyKind.Hidden),
},
)
console.log(items)
const mutator = createCacheMutator({
params,
queryKey,
queryClient: qc,
})