use ts-expect-error instead of ts-ignore

pull/12285/head
FoHoOV 2 years ago
parent abcc8c482c
commit fb1514b12e

@ -28,7 +28,7 @@ export class SvelteURL extends URL {
return;
}
// by doing this, we sync SvelteSearchParams with internal implementation of URL.searchParams
// @ts-ignore
// @ts-expect-error
super.searchParams[command](...args);
};
}

Loading…
Cancel
Save