We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646472 commit 3731c7dCopy full SHA for 3731c7d
src/useImageDimensions.ts
@@ -76,7 +76,7 @@ export function useImageDimensions(
76
} catch (error) {
77
setResult({error, loading: false})
78
}
79
- }, [source])
+ }, [source, headers])
80
81
return result
82
0 commit comments