Skip to content

Commit

Permalink
chore: fix expected for svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed May 17, 2024
1 parent 8ca2b20 commit ccc2a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"range": { "start": { "line": 4, "character": 0 }, "end": { "line": 4, "character": 0 } },
"severity": 1,
"source": "ts",
"message": "`<svelte:element>` must have a 'this' attribute",
"message": "`<svelte:element>` must have a 'this' attribute with a value",
"code": -1
}
]

0 comments on commit ccc2a8c

Please sign in to comment.