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
Copy file name to clipboardExpand all lines: docs/integrations/persisting-store-data.md
+37-20Lines changed: 37 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -635,30 +635,47 @@ If you're using a type that JSON.stringify() doesn't support, you'll need to wri
635
635
For example, [Superjson](https://github.com/blitz-js/superjson) can serialize data along with its type, allowing the data to be parsed back to its original type upon deserialization
636
636
637
637
```ts
638
-
importsuperjsonfrom"superjson";// can use anything: serialize-javascript, devalue, etc.
639
-
import { StorageValue } from"zustand/middleware";
638
+
importsuperjsonfrom'superjson'// can use anything: serialize-javascript, devalue, etc.
0 commit comments