We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a72722 commit eaed9d1Copy full SHA for eaed9d1
docs/.vitepress/theme/components/state/deserialize.js
@@ -17,7 +17,7 @@ export function deserializeState(serializedString) {
17
18
try {
19
// For backward compatibility
20
- const newCompressed = serializedString.startsWith("eJxd")
+ const newCompressed = serializedString.startsWith("eJ")
21
const json = (
22
newCompressed
23
? () => {
0 commit comments