You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/animation-not-in-keyed-each/errors.json

15 lines
280 B

[
{
"code": "invalid-animation",
"message": "An element that uses the animate directive must be used inside a keyed each block. Did you forget to add a key to your each block?",
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 17
}
}
]