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
You could pass Storage implementation to recoilPersist as storage, and change behavior of getItem and setItem.
For example this storage encode everything in base64 and save it in localstorage.
i want to encrypt localstorage key and value
i using encrypt-storage but not work , i reload page , the last state to defaul t again
The text was updated successfully, but these errors were encountered: