Do not use these router keys: bind, valueOf, toString, toJSON in your routers
To improve compatibility with modern frameworks, as well as automatic logging and monitoring systems, we no longer support bind, valueOf, toString, or toJSON as router keys in the recursive-proxy client.
This can be considered a breaking change, but it should rarely affect users because these keys are rarely used as router keys and are generally treated as internal JavaScript mechanisms. This change is especially important for better compatibility with React 19.3.
π Bug Fixes
- client: Stop client proxies from resolving primitive coercion over the network β by @dinwwwh in #1815 [(149c1)](149c13ea)