@bluemarble/bm-components 1.13.1 → 1.13.3

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
@@ -4694,7 +4694,7 @@ function getObjectValue(obj) {
4694
4694
  }
4695
4695
 
4696
4696
  // src/hooks/useFilter.ts
4697
- function useFilter(props) {
4697
+ function useFilter(props = { defaultFilters: [] }) {
4698
4698
  const [selectedFilters, setSelectedFilters] = _react.useState.call(void 0,
4699
4699
  (props == null ? void 0 : props.defaultFilters) || []
4700
4700
  );