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
Well you can't deserialize a date from JSON into a Date object because JSON doesn't know anything about those higher-level types, so the deserializer is still compatible.
serde_wasm_bindgen::Serializer::json_compatible
exists but there is no equivalent forDeserializer
.This logs:
I would like there to be a way to deserialize a date somehow.
The text was updated successfully, but these errors were encountered: