@timeax/form-palette 0.1.34 → 0.1.35

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/extra.mjs CHANGED
@@ -34064,6 +34064,7 @@ function useData(opts, deps = []) {
34064
34064
  signal,
34065
34065
  requestId
34066
34066
  });
34067
+ setRes(resBody);
34067
34068
  const list = extractArray(resBody, opts.selector);
34068
34069
  if (!inflight.isLatest(inflightKey, requestId)) return list;
34069
34070
  commitSelectedCache(list);
@@ -34077,7 +34078,6 @@ function useData(opts, deps = []) {
34077
34078
  (prev) => prev.filter((x2) => nextIds.has(x2))
34078
34079
  );
34079
34080
  }
34080
- setRes(resBody);
34081
34081
  setData(list);
34082
34082
  setLoading(false);
34083
34083
  return list;