@7shifts/sous-chef 3.61.2-beta0 → 3.61.2-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11120,9 +11120,9 @@ const RadioGroupField = ({
11120
11120
  onChange,
11121
11121
  error
11122
11122
  });
11123
- const onChangeHandler = useCallback(e => {
11123
+ const onChangeHandler = e => {
11124
11124
  controllers.onChange && controllers.onChange(e);
11125
- }, [name]);
11125
+ };
11126
11126
  const contextValue = {
11127
11127
  name,
11128
11128
  disabled: _disabled,