You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each keystroke generates 7 state_proxy_equality_mismatch warnings in console.
Reactive `$state(...)` proxies and the values they proxy have different identities. Because of this, comparisons with `===` will produce unexpected results
Expected behavior
I expect no warning to be in console.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
Chrome 150
Rocky Linux
TanStack Form adapter
svelte-form
TanStack Form version
1.33.2
TypeScript version
No response
Additional context
The warning appears in version 1.33.0 and up. They do not appear in version 1.32.1 and lower.
Describe the bug
Each call to
field.handleChange()generates multiplestate_proxy_equality_mismatchsvelte warning in console.Your minimal, reproducible example
https://codesandbox.io/p/devbox/github/tanstack/form/tree/main/examples/svelte/simple?embed=1&theme=dark&file=src/App.svelte
Steps to reproduce
state_proxy_equality_mismatchwarnings in console.Expected behavior
I expect no warning to be in console.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
TanStack Form adapter
svelte-form
TanStack Form version
1.33.2
TypeScript version
No response
Additional context
The warning appears in version
1.33.0and up. They do not appear in version1.32.1and lower.