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
which could be problematic if item["functions"] is an empty string or number 0 or boolean false, and it supposed to go into the serialization function logic. Like we get a 0 for timestamp type.
Currently, if a property is null or undefined type, we will generate the code as
which could be problematic if
item["functions"]
is an empty string or number 0 or boolean false, and it supposed to go into the serialization function logic. Like we get a 0 for timestamp type.See comment here #2759 (comment)
The text was updated successfully, but these errors were encountered: