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