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.
2 parents c739ecb + dd0e355 commit 8f43c7dCopy full SHA for 8f43c7d
packages/camera/src/hooks/useSettings/index.js
@@ -81,7 +81,7 @@ export default function useSettings({ initialState = initialSettingsState, camer
81
}
82
83
return newSettings;
84
- }, [camera, initialState]);
+ }, [camera]);
85
86
useEffect(() => {
87
(async () => {
0 commit comments