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 type articles gets lost in the deserialization process. And I don't think we can just pass it top level as this could conflict with a attributes.type field.
What do you think about adding something like Symbol('type')? (would avoid conflicts and give access to the types)
The text was updated successfully, but these errors were encountered:
Ayc0
linked a pull request
Aug 2, 2024
that will
close
this issue
When running this code:
we get
The type
articles
gets lost in the deserialization process. And I don't think we can just pass it top level as this could conflict with aattributes.type
field.What do you think about adding something like
Symbol('type')
? (would avoid conflicts and give access to the types)The text was updated successfully, but these errors were encountered: