@ai-matrx/kit 0.9.1 → 0.9.2

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
@@ -1675,7 +1675,7 @@ function jsonUrlCodec(defaultValue, isValid) {
1675
1675
  };
1676
1676
  }
1677
1677
  function useMirroredUrlState(options) {
1678
- const { parse, toParams, isSame, textKeys = [], resetKey } = options;
1678
+ const { parse, textKeys = [], resetKey } = options;
1679
1679
  const params = useUrlSearchParams();
1680
1680
  const optionsRef = useRef5(options);
1681
1681
  optionsRef.current = options;