Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 10:52
· 47 commits to main since this release
bf1d285

Patch Changes

  • #4 efc5614 Thanks @SutuSebastian! - createStorage now shape-checks the resolved backend and treats one missing getItem/setItem/removeItem as unavailable. Fixes the Node 22+ SSR crash where localStorage exists as an object (so the availability lookup doesn't throw) but its methods are undefined without a valid --localstorage-file path — previously this passed availability and threw storage.getItem is not a function inside hydrate; now persistSource/persistStore/persistAtom collapse to the no-op PersistApi.