@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.
package/dist/index.js CHANGED
@@ -10962,9 +10962,9 @@ var RadioGroupField = function RadioGroupField(_ref) {
10962
10962
  onChange: onChange,
10963
10963
  error: error
10964
10964
  });
10965
- var onChangeHandler = React.useCallback(function (e) {
10965
+ var onChangeHandler = function onChangeHandler(e) {
10966
10966
  controllers.onChange && controllers.onChange(e);
10967
- }, [name]);
10967
+ };
10968
10968
  var contextValue = {
10969
10969
  name: name,
10970
10970
  disabled: disabled,