cogsbox-state 0.5.437 → 0.5.438
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/package.json +1 -1
- package/src/CogsState.tsx +0 -1
package/package.json
CHANGED
package/src/CogsState.tsx
CHANGED
|
@@ -713,7 +713,6 @@ export const createCogsState = <State extends Record<StateKeys, unknown>>(
|
|
|
713
713
|
return { useCogsState, setCogsOptions } as CogsApi<State>;
|
|
714
714
|
};
|
|
715
715
|
|
|
716
|
-
// Then create a simple helper that extracts state from sync schema
|
|
717
716
|
export function createCogsStateFromSync<
|
|
718
717
|
T extends Record<string, any>,
|
|
719
718
|
>(syncSchema: {
|