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
The compare() function does not return any differences when the two objects contain a key {"": ""}.
This data type is used because our PHP backend adds that key to force casting it to a js object in responses, instead of arrays, which is how the PHP json serializer works.
The
compare()
function does not return any differences when the two objects contain a key{"": ""}
.This data type is used because our PHP backend adds that key to force casting it to a js object in responses, instead of arrays, which is how the PHP json serializer works.
For example:
The text was updated successfully, but these errors were encountered: