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 33a159c commit aa55b70Copy full SHA for aa55b70
.changeset/happy-planets-rest.md
@@ -0,0 +1,5 @@
1
+---
2
+'svelte': patch
3
4
+
5
+fix: remove sapper bindings
packages/svelte/elements.d.ts
@@ -841,10 +841,6 @@ export interface HTMLAnchorAttributes extends HTMLAttributes<HTMLAnchorElement>
841
target?: HTMLAttributeAnchorTarget | undefined | null;
842
type?: string | undefined | null;
843
referrerpolicy?: ReferrerPolicy | undefined | null;
844
-
845
- // Sapper
846
- 'sapper:noscroll'?: true | undefined | null;
847
- 'sapper:prefetch'?: true | undefined | null;
848
}
849
850
export interface HTMLAudioAttributes extends HTMLMediaAttributes<HTMLAudioElement> {}
0 commit comments