Skip to content

Commit

Permalink
ugh COME ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 12, 2024
1 parent 4ccbc58 commit 8d1bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/compiler/warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,4 +732,4 @@ export function event_directive_deprecated(node, name) {
*/
export function slot_element_deprecated(node) {
w(node, "slot_element_deprecated", "Using `<slot>` to render parent content is deprecated. Use `{@render ...}` tags instead.");
}
}

0 comments on commit 8d1bbb4

Please sign in to comment.