Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit c19f151

Browse files
committed
Fix useDeno hook deps
1 parent 53cb9f4 commit c19f151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/react/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ export function useDeno<T = any>(callback: () => (T | Promise<T>), revalidate?:
6868
return global[key].value
6969
}
7070
return null
71-
}, [id, pathname])
71+
}, [id, pathname, query])
7272
}

0 commit comments

Comments
 (0)