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/contenteditable-dynamic/errors.json

15 lines
278 B

[{
"code": "dynamic-contenteditable-attribute",
"message": "'contenteditable' attribute cannot be dynamic if element uses two-way binding",
"start": {
"line": 6,
"column": 8,
"character": 73
},
"end": {
"line": 6,
"column": 32,
"character": 97
},
"pos": 73
}]