We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if
1 parent 959825c commit 01cbb66Copy full SHA for 01cbb66
packages/svelte/src/compiler/compile/nodes/Element.js
@@ -530,7 +530,6 @@ export default class Element extends Node {
530
this.name === 'option' ||
531
this.is_dynamic_element ||
532
this.tag_expr.dynamic_dependencies().length ||
533
- this.is_dynamic_element ||
534
component.compile_options.dev
535
) {
536
this.parent.cannot_use_innerhtml(); // need to use add_location
0 commit comments