You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/messages/compile-errors/template.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -194,8 +194,6 @@ HTML restricts where certain elements can appear. In case of a violation the bro
194
194
-`<option><div>option a</div></option>` will result in `<option>option a</option>` (the `<div>` is removed)
195
195
-`<table><tr><td>cell</td></tr></table>` will result in `<table><tbody><tr><td>cell</td></tr></tbody></table>` (a `<tbody>` is auto-inserted)
196
196
197
-
Svelte throws a compiler error when it detects that it will generate the HTML in such a way that it will always be repaired and result in the runtime code not finding the nodes at the expected locations.
198
-
199
197
## render_tag_invalid_call_expression
200
198
201
199
> Calling a snippet function using apply, bind or call is not allowed
0 commit comments