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 eff4a7f commit da7ac86Copy full SHA for da7ac86
1 file changed
src/behaviors/BehaviorBindingPicker.tsx
@@ -90,7 +90,8 @@ export const BehaviorBindingPicker = ({
90
param2: param2 || 0,
91
});
92
}
93
- }, [behaviorId, binding, layers, metadata, onBindingChanged, param1, param2]);
+ // eslint-disable-next-line react-hooks/exhaustive-deps
94
+ }, [behaviorId, param1, param2]);
95
96
useEffect(() => {
97
setBehaviorId(binding.behaviorId);
0 commit comments