mirror of https://github.com/sveltejs/svelte
parent
5ccc200222
commit
b2ea03dde0
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "A <textarea> can have either a value attribute or (equivalently) child content, but not both",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 10
|
||||||
|
},
|
||||||
|
"pos": 10
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
<textarea value='{{foo}}'>
|
||||||
|
some illegal text
|
||||||
|
</textarea>
|
Loading…
Reference in new issue