Skip to content

Commit 06733a6

Browse files
committed
Patch @solid-primitives/storage to fix hydration issues
Add deferInit option to delay storage initialization until after component mount. This prevents hydration mismatches in SSR applications like Astro/SolidStart. Changes from PR: solidjs-community/solid-primitives#738
1 parent 538e5b8 commit 06733a6

3 files changed

Lines changed: 156 additions & 5 deletions

File tree

bun.lock

Lines changed: 56 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
"@types/node": "^22.13.11",
5353
"@cloudflare/workers-types": "^4.20250822.0"
5454
},
55-
"packageManager": "[email protected]"
55+
"packageManager": "[email protected]",
56+
"patchedDependencies": {
57+
"@solid-primitives/[email protected]": "patches/@solid-primitives%[email protected]"
58+
}
5659
}

0 commit comments

Comments
 (0)