Matt Burch

Results 2 comments of Matt Burch

Agreed, I am lost here. How do we actually integrate this into an Xcode project?

Forgot to mention, here is where `persist` is coming from: ``` //utils/persist.ts import { configurePersist } from 'zustand-persist' const { persist, purge } = configurePersist({ storage: localStorage, }) export default...