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
without CTS, our types allow invalid handler (#1551)
* without CTS, our types allow invalid handler
you must either specify the jsonschemas or enable (deprecated) proxy mode
handler<E,T>(fn) types say that the state should be of type T, but if
the user specifies T has a Cell<...> it will be stripped away by the
compiler - and so our runtime won't know - and it was enabling proxy mode
we should only enable proxy mode if the user explicitly specifies.
* use CTS mode for simpleValue
0 commit comments