-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(middleware/persist): ensure persist
does not drop updates in onRehydrateStorage
when using a synchronous storage API
#1689
fix(middleware/persist): ensure persist
does not drop updates in onRehydrateStorage
when using a synchronous storage API
#1689
Conversation
…rwritten with sync storage reads
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0698a73:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct.
can anyone else review too?
{ | ||
name: 'test-storage', | ||
storage: createJSONStorage(() => storage), | ||
onRehydrateStorage: () => (s) => s?.inc(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need ?
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do - the type signature for the method returned by onRehydrateStorage
is (state?: S, error?: unknown) => void
, so state
might not be defined. If somehow s
is undefined here, the test will fail as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks correct also to me.
It's a tricky topic that will not have to be rediscovered with this comment, so I'd leave it as-is. |
Does this also need to be fixed for the old implementation? I originally assumed no, but after looking it some more it seems like it probably should be. If that's the case, are there separate tests for the old implementation? |
My plan is to leave the old implementation unchanged. People shouldn't use the deprecated one moving forward. |
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zustand](https://togithub.com/pmndrs/zustand) | [`4.3.6` -> `4.3.9`](https://renovatebot.com/diffs/npm/zustand/4.3.6/4.3.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pmndrs/zustand (zustand)</summary> ### [`v4.3.9`](https://togithub.com/pmndrs/zustand/releases/tag/v4.3.9) [Compare Source](https://togithub.com/pmndrs/zustand/compare/v4.3.8...v4.3.9) This includes a small improvement for production build mostly for Vite users. Docs have been improved too! #### What's Changed - fix(build): mode env for "import" condition" by [@​dai-shi](https://togithub.com/dai-shi) in [https://github.com/pmndrs/zustand/pull/1845](https://togithub.com/pmndrs/zustand/pull/1845) #### New Contributors - [@​Debbl](https://togithub.com/Debbl) made their first contribution in [https://github.com/pmndrs/zustand/pull/1792](https://togithub.com/pmndrs/zustand/pull/1792) - [@​Nipodemos](https://togithub.com/Nipodemos) made their first contribution in [https://github.com/pmndrs/zustand/pull/1782](https://togithub.com/pmndrs/zustand/pull/1782) - [@​vadimshvetsov](https://togithub.com/vadimshvetsov) made their first contribution in [https://github.com/pmndrs/zustand/pull/1800](https://togithub.com/pmndrs/zustand/pull/1800) - [@​bobylito](https://togithub.com/bobylito) made their first contribution in [https://github.com/pmndrs/zustand/pull/1810](https://togithub.com/pmndrs/zustand/pull/1810) - [@​celineling](https://togithub.com/celineling) made their first contribution in [https://github.com/pmndrs/zustand/pull/1804](https://togithub.com/pmndrs/zustand/pull/1804) - [@​valerii15298](https://togithub.com/valerii15298) made their first contribution in [https://github.com/pmndrs/zustand/pull/1819](https://togithub.com/pmndrs/zustand/pull/1819) - [@​Hecmatyar](https://togithub.com/Hecmatyar) made their first contribution in [https://github.com/pmndrs/zustand/pull/1816](https://togithub.com/pmndrs/zustand/pull/1816) - [@​203x](https://togithub.com/203x) made their first contribution in [https://github.com/pmndrs/zustand/pull/1826](https://togithub.com/pmndrs/zustand/pull/1826) - [@​Ciensprog](https://togithub.com/Ciensprog) made their first contribution in [https://github.com/pmndrs/zustand/pull/1844](https://togithub.com/pmndrs/zustand/pull/1844) - [@​Romainlg29](https://togithub.com/Romainlg29) made their first contribution in [https://github.com/pmndrs/zustand/pull/1843](https://togithub.com/pmndrs/zustand/pull/1843) - [@​dcorb](https://togithub.com/dcorb) made their first contribution in [https://github.com/pmndrs/zustand/pull/1847](https://togithub.com/pmndrs/zustand/pull/1847) - [@​ivoilic](https://togithub.com/ivoilic) made their first contribution in [https://github.com/pmndrs/zustand/pull/1856](https://togithub.com/pmndrs/zustand/pull/1856) - [@​Kiku-CN](https://togithub.com/Kiku-CN) made their first contribution in [https://github.com/pmndrs/zustand/pull/1889](https://togithub.com/pmndrs/zustand/pull/1889) - [@​LartyHD](https://togithub.com/LartyHD) made their first contribution in [https://github.com/pmndrs/zustand/pull/1893](https://togithub.com/pmndrs/zustand/pull/1893) - [@​ChoiHyunjin](https://togithub.com/ChoiHyunjin) made their first contribution in [https://github.com/pmndrs/zustand/pull/1903](https://togithub.com/pmndrs/zustand/pull/1903) - [@​thesuryavivek](https://togithub.com/thesuryavivek) made their first contribution in [https://github.com/pmndrs/zustand/pull/1906](https://togithub.com/pmndrs/zustand/pull/1906) - [@​thedipankarroy](https://togithub.com/thedipankarroy) made their first contribution in [https://github.com/pmndrs/zustand/pull/1913](https://togithub.com/pmndrs/zustand/pull/1913) **Full Changelog**: pmndrs/zustand@v4.3.8...v4.3.9 ### [`v4.3.8`](https://togithub.com/pmndrs/zustand/releases/tag/v4.3.8) [Compare Source](https://togithub.com/pmndrs/zustand/compare/v4.3.7...v4.3.8) For persist middleware, a new option for createJSONStorage in introduced to support more cases. Note that createJSONStorage isn't a required function (and it's not very recommended as it's not type safe), and one should create a custom storage for more use cases. #### What's Changed - chore: add extension in imports by [@​dai-shi](https://togithub.com/dai-shi) in [https://github.com/pmndrs/zustand/pull/1678](https://togithub.com/pmndrs/zustand/pull/1678) - feat(middleware/persist): improve createJSONStorage for Maps by [@​lauhon](https://togithub.com/lauhon) in [https://github.com/pmndrs/zustand/pull/1763](https://togithub.com/pmndrs/zustand/pull/1763) - chore(tests): migrate to vitest by [@​arjunvegda](https://togithub.com/arjunvegda) in [https://github.com/pmndrs/zustand/pull/1753](https://togithub.com/pmndrs/zustand/pull/1753) #### New Contributors - [@​JacobWeisenburger](https://togithub.com/JacobWeisenburger) made their first contribution in [https://github.com/pmndrs/zustand/pull/1737](https://togithub.com/pmndrs/zustand/pull/1737) - [@​spacemeowx2](https://togithub.com/spacemeowx2) made their first contribution in [https://github.com/pmndrs/zustand/pull/1742](https://togithub.com/pmndrs/zustand/pull/1742) - [@​arjunvegda](https://togithub.com/arjunvegda) made their first contribution in [https://github.com/pmndrs/zustand/pull/1754](https://togithub.com/pmndrs/zustand/pull/1754) - [@​zc627788](https://togithub.com/zc627788) made their first contribution in [https://github.com/pmndrs/zustand/pull/1752](https://togithub.com/pmndrs/zustand/pull/1752) - [@​arvinxx](https://togithub.com/arvinxx) made their first contribution in [https://github.com/pmndrs/zustand/pull/1758](https://togithub.com/pmndrs/zustand/pull/1758) - [@​SilentFlute](https://togithub.com/SilentFlute) made their first contribution in [https://github.com/pmndrs/zustand/pull/1762](https://togithub.com/pmndrs/zustand/pull/1762) - [@​dannobytes](https://togithub.com/dannobytes) made their first contribution in [https://github.com/pmndrs/zustand/pull/1779](https://togithub.com/pmndrs/zustand/pull/1779) - [@​BLooDBRothER](https://togithub.com/BLooDBRothER) made their first contribution in [https://github.com/pmndrs/zustand/pull/1777](https://togithub.com/pmndrs/zustand/pull/1777) - [@​lauhon](https://togithub.com/lauhon) made their first contribution in [https://github.com/pmndrs/zustand/pull/1763](https://togithub.com/pmndrs/zustand/pull/1763) **Full Changelog**: pmndrs/zustand@v4.3.7...v4.3.8 ### [`v4.3.7`](https://togithub.com/pmndrs/zustand/releases/tag/v4.3.7) [Compare Source](https://togithub.com/pmndrs/zustand/compare/v4.3.6...v4.3.7) This includes a couple of improvements in `persist` middleware. #### What's Changed - feat(middleware/persist): add skip hydration option [#​405](https://togithub.com/pmndrs/zustand/issues/405) by [@​gmanninglive](https://togithub.com/gmanninglive) in [https://github.com/pmndrs/zustand/pull/1647](https://togithub.com/pmndrs/zustand/pull/1647) - fix(middleware/persist): ensure `persist` does not drop updates in `onRehydrateStorage` when using a synchronous storage API by [@​coffeebeats](https://togithub.com/coffeebeats) in [https://github.com/pmndrs/zustand/pull/1689](https://togithub.com/pmndrs/zustand/pull/1689) - fix(middleware/persist): ensure argument for `onRehydrateStorage` and `onHydrate` is defined on first hydration by [@​coffeebeats](https://togithub.com/coffeebeats) in [https://github.com/pmndrs/zustand/pull/1692](https://togithub.com/pmndrs/zustand/pull/1692) #### New Contributors - [@​hi-otto](https://togithub.com/hi-otto) made their first contribution in [https://github.com/pmndrs/zustand/pull/1687](https://togithub.com/pmndrs/zustand/pull/1687) - [@​pastelmind](https://togithub.com/pastelmind) made their first contribution in [https://github.com/pmndrs/zustand/pull/1707](https://togithub.com/pmndrs/zustand/pull/1707) - [@​gmanninglive](https://togithub.com/gmanninglive) made their first contribution in [https://github.com/pmndrs/zustand/pull/1647](https://togithub.com/pmndrs/zustand/pull/1647) - [@​coffeebeats](https://togithub.com/coffeebeats) made their first contribution in [https://github.com/pmndrs/zustand/pull/1689](https://togithub.com/pmndrs/zustand/pull/1689) **Full Changelog**: pmndrs/zustand@v4.3.6...v4.3.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/specfy/specfy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoiY2hvcmUvcmVub3ZhdGVCYXNlQnJhbmNoIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Related Issues or Discussions
Fixes #1688
Summary
See #1688 for a detailed description of the problem. This PR resolves the issue by ensuring
stateFromStorage
gets updated to the most recent value. I also added tests verifying this update pattern works for both synchronous and asynchronous storage APIs.One note for reviewers: I added a comment describing how, in the asynchronous case, it's possible that the state passed to
postRehydrationCallback
is not the most up-to-date state. This would occur if there was a state update between callbacks in the hydration promise chain. Please let me know if I should leave the comment as-is, make the change, or simply remove the comment.Check List
yarn run prettier
for formatting code and docs