Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 6caefcb

Browse files
authored
Update Splade.js (#199)
1 parent 1bac25e commit 6caefcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Splade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function replaceUrlOfCurrentPage(newUrl) {
115115
newUrl,
116116
JSON.parse(JSON.stringify(currentPage.value.head)),
117117
currentPage.value.html,
118-
currentPage.value.dynamics,
118+
JSON.parse(JSON.stringify(currentPage.value.dynamics)),
119119
{ ...currentPage.value.rememberedState },
120120
currentPage.value.pageVisitId,
121121
currentPage.value.dynamicVisitId,

0 commit comments

Comments
 (0)