-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am building a big form which is spread across multiple components, what is the correct way to get queryParameters in all components? Should I use .svelte.ts for this or simply instantiate params = queryParameters() on every component.
This results in cannot subscribe to page store in server error
import { queryParameters, ssp } from "sveltekit-search-params";
class Search {
filters = queryParameters({
keyword: ssp.string()
});
}
export const search = new Search();Metadata
Metadata
Assignees
Labels
No labels