@parrot-co/parrot-ui 0.1.24 → 0.1.25

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/module.js CHANGED
@@ -1792,8 +1792,8 @@ function $618e53c42107439d$export$72b9695b8216309a({ description: description, d
1792
1792
  }), ...props }) {
1793
1793
  let list = null;
1794
1794
  if (loadData) list = (0, $hgUW1$useAsyncList)({
1795
- async load ({ filterText: filterText }) {
1796
- const res = await loadData(filterText);
1795
+ async load ({ filterText: filterText, signal: signal }) {
1796
+ const res = await loadData(filterText, signal);
1797
1797
  return {
1798
1798
  items: res
1799
1799
  };