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
We can't use list with Set() and have error: [serializr] expected array (like) object
We also can't use map, because on deserialize() I got TypeError: newValue.set is not a function for simple mobx's observable.set()
Does only custom method available?
The text was updated successfully, but these errors were encountered:
We can't use
list
with Set() and have error:[serializr] expected array (like) object
We also can't use
map
, because ondeserialize()
I gotTypeError: newValue.set is not a function
for simple mobx'sobservable.set()
Does only
custom
method available?The text was updated successfully, but these errors were encountered: