Skip to content

Commit 1783137

Browse files
committed
chore: add todo
1 parent 484de18 commit 1783137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/lib/search-params.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { URLSearchParams as reactive_URLSearchParams } from "svelte/reactivity";
22
import type { Query } from "./types";
33

4+
// TODO: export from svelte/reactivity was renamed in this release:
5+
// https://github.com/sveltejs/svelte/releases/tag/svelte%405.0.0-next.169
6+
// Will need to bump minimum svelte version when changing this (should probably wait for rc)
47
export class ReactiveSearchParams extends reactive_URLSearchParams {
58
get raw() {
69
const raw: Query = {};

0 commit comments

Comments
 (0)