]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commit
fix: shouldHydrate error when null object is passed (#2867)
authorVaggelis Yfantis <me@octoper.me>
Wed, 9 Apr 2025 14:17:20 +0000 (17:17 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Apr 2025 14:17:20 +0000 (16:17 +0200)
commitfd6d9698e1b9a1bd63949dabae7ec488b33358e8
tree07a7c70a99bdb03b87b6d7a7348450ab2eb3fdd2
parentd8ea789bf71b5e5f94d1073c1886f8e2f1eeb996
 fix: shouldHydrate error when null object is passed (#2867)

* fix: shouldHydrate error when null object is passed

* test(nuxt): Add tests

* ci: Trigger CI

* refactor: simplify

---------

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
packages/pinia/__tests__/ssr.spec.ts
packages/pinia/src/store.ts