@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.js CHANGED
@@ -5,7 +5,7 @@ import { isEmpty, equals, is, replace as replace$1, assoc, pluck, mergeLeft, pro
5
5
  import { Link, useHistory } from 'react-router-dom';
6
6
  import ReactDOM, { createPortal } from 'react-dom';
7
7
  import { Close, Info, Down, Check } from '@bigbinary/neeto-icons';
8
- import { existsBy } from '@bigbinary/neeto-cist';
8
+ import { _existsBy } from '@bigbinary/neeto-cist';
9
9
  import _ConfigProvider from 'antd/lib/config-provider';
10
10
  import _Slider from 'antd/lib/slider';
11
11
  import _TreeSelect from 'antd/lib/tree-select';
@@ -25379,7 +25379,7 @@ var Select = function Select(_ref2) {
25379
25379
  }
25380
25380
  var currentOptions = options || defaultOptions;
25381
25381
  if (Array.isArray(value)) value = value[0];
25382
- var isGrouped = existsBy({
25382
+ var isGrouped = _existsBy({
25383
25383
  options: Array.isArray
25384
25384
  }, currentOptions);
25385
25385
  if (isGrouped) {