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
and calling immutable(MyStore) it uses default onSerialize and onDeserialize methods defined in immutable. It's possible to use in right way by calling immutable(MyStore, MyStore.config). Wouldn't it be nice to use the new methods to override defaults?
The text was updated successfully, but these errors were encountered:
Hi,
I think there is missconception while using
ImmutableUtil.js
. When overridingonSerialize
/onDeserialize
in store:and calling
immutable(MyStore)
it uses defaultonSerialize
andonDeserialize
methods defined inimmutable
. It's possible to use in right way by callingimmutable(MyStore, MyStore.config)
. Wouldn't it be nice to use the new methods to override defaults?The text was updated successfully, but these errors were encountered: