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
@nunoo have you tried using json.Number in your field instead of int64 directly? You can still provide a custom schema or transform the generated schema to mark it as a JSON number / integer if desired.
since javascript doesn't properly handle int64 it should be serialized/deserialized as a string, or provide an option to do so.
The text was updated successfully, but these errors were encountered: