We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1b80d commit e7bc3cbCopy full SHA for e7bc3cb
packages/site-kit/src/lib/search/SearchBox.svelte
@@ -96,7 +96,7 @@ It appears when the user clicks on the `Search` component or presses the corresp
96
97
$effect(() => {
98
if (ready) {
99
- worker.postMessage({ type: 'recents', payload: $search_recent });
+ worker.postMessage({ type: 'recents', payload: $state.snapshot($search_recent) });
100
}
101
});
102
0 commit comments