@bigbinary/neetoui 5.2.35 → 5.2.36

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/formik.cjs.js CHANGED
@@ -25409,7 +25409,7 @@ var Select = function Select(_ref2) {
25409
25409
  }
25410
25410
  var currentOptions = options || defaultOptions;
25411
25411
  if (Array.isArray(value)) value = value[0];
25412
- var isGrouped = neetoCist.existsBy({
25412
+ var isGrouped = neetoCist._existsBy({
25413
25413
  options: Array.isArray
25414
25414
  }, currentOptions);
25415
25415
  if (isGrouped) {