@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/main.js CHANGED
@@ -1862,8 +1862,8 @@ function $d67a8dc6cbdaa7ed$export$72b9695b8216309a({ description: description, d
1862
1862
  }), ...props }) {
1863
1863
  let list = null;
1864
1864
  if (loadData) list = (0, $8zHUo$reactstately.useAsyncList)({
1865
- async load ({ filterText: filterText }) {
1866
- const res = await loadData(filterText);
1865
+ async load ({ filterText: filterText, signal: signal }) {
1866
+ const res = await loadData(filterText, signal);
1867
1867
  return {
1868
1868
  items: res
1869
1869
  };