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 serializer is throwing error TypeError: Cannot read property 'constructor' of undefined if one of the fields is undefined. I looked at the code and it seems that it only checks if it is not null.
The text was updated successfully, but these errors were encountered:
The serializer is throwing error
TypeError: Cannot read property 'constructor' of undefined
if one of the fields is undefined. I looked at the code and it seems that it only checks if it is not null.The text was updated successfully, but these errors were encountered: