Skip to content

Commit 6af8cbc

Browse files
Version Packages
1 parent 567352a commit 6af8cbc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-ssr-getServerSnapshot.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

extensions/plugin-history-sync/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/plugin-history-sync
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- 567352a: Fix SSR compatibility by adding getServerSnapshot parameter to useSyncExternalStore. This resolves the "Missing getServerSnapshot, which is required for server-rendered content" error in SSR environments.
8+
39
## 1.8.0
410

511
### Minor Changes

extensions/plugin-history-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-history-sync",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

0 commit comments

Comments
 (0)