x-ui-design 0.2.86 → 0.2.87

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
@@ -3128,11 +3128,6 @@ const SelectComponent = /*#__PURE__*/React$1.forwardRef(({
3128
3128
  }, [getPopupContainer]);
3129
3129
  const extractedOptions = children ? (Array.isArray(children) ? children : [children]).filter(e => e).map(child => child.props) : options;
3130
3130
  const filteredOptions = extractedOptions.filter(option => {
3131
- console.info({
3132
- searchQuery,
3133
- option,
3134
- optionFilterProp
3135
- });
3136
3131
  if (typeof filterOption === 'function') {
3137
3132
  return filterOption(searchQuery, option);
3138
3133
  }