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
I think that's right actually? On the server side we want to know if the user actually set the value on the client side or not, so it needs to be optional on the client side.
It's specified like this in the package.json
I think it ends up as a null or undefined on the typescript side, and is serialized to Rust as a None
I guess this is not expected that the default is "null"?
The text was updated successfully, but these errors were encountered: