mirror of https://github.com/sveltejs/svelte
parent
1bacad1087
commit
fe4637305b
@ -0,0 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-binding",
|
||||
"message": "'offsetWidth' is not a valid binding on SVG elements",
|
||||
"pos": 13,
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 7,
|
||||
"character": 13
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 23,
|
||||
"character": 29
|
||||
}
|
||||
}]
|
After Width: | Height: | Size: 53 B |
@ -0,0 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-binding",
|
||||
"message": "'offsetWidth' is not a valid binding on <svg>. Use 'clientWidth' instead",
|
||||
"pos": 5,
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 5,
|
||||
"character": 5
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 21,
|
||||
"character": 21
|
||||
}
|
||||
}]
|
After Width: | Height: | Size: 28 B |
Loading…
Reference in new issue