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
As pointed out by @solid-vovabeloded:
Currently if we use HydratedSubject with a primitive type, custom persist and hydrate callbacks won't be invoked, or used at all:
The idea is to change the check order in the above method to use the custom callbacks, if they were provided, and then fall back to standard handling.
As pointed out by @solid-vovabeloded:

Currently if we use
HydratedSubjectwith a primitive type, custompersistandhydratecallbacks won't be invoked, or used at all:The idea is to change the check order in the above method to use the custom callbacks, if they were provided, and then fall back to standard handling.