@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20221108152001 to 0.0.0-dev-20221111132133
@@ -240,9 +240,2 @@ export { proxy, ref, snapshot, subscribe } from '@zag-js/store'; | ||
sync?: boolean; | ||
/** | ||
* Notify `useSnapshot` to execute state update synchronously within `valtio`. | ||
* Useful if this component has an input element. | ||
* | ||
* @see Valtio https://github.com/pmndrs/valtio#update-synchronously | ||
*/ | ||
hookSync?: boolean; | ||
} | ||
@@ -249,0 +242,0 @@ type HookOptions<TContext extends Dict, TState extends StateSchema, TEvent extends EventObject> = { |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20221108152001", | ||
"version": "0.0.0-dev-20221111132133", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@zag-js/utils": "0.0.0-dev-20221108152001" | ||
"@zag-js/utils": "0.0.0-dev-20221111132133" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89936
2077