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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogsbox-state",
3
- "version": "0.5.437",
3
+ "version": "0.5.438",
4
4
  "description": "React state management library with form controls and server sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
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: {