cogsbox-state 0.5.323 → 0.5.324

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.323",
3
+ "version": "0.5.324",
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
@@ -1933,7 +1933,6 @@ function createProxyHandler<T>(
1933
1933
  }, 1000); // A small 50ms delay is a robust buffer.
1934
1934
  }
1935
1935
 
1936
- // Update the visible range on initial load.
1937
1936
  updateVirtualRange();
1938
1937
 
1939
1938
  // Cleanup function is vital to prevent memory leaks.