Update packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js

pull/13751/head
Ben McCann 2 years ago committed by GitHub
parent b11f3149ed
commit a33564afe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -242,7 +242,6 @@ export function RegularElement(node, context) {
);
}
} else {
debugger;
/** If true, needs `__value` for inputs */
const needs_special_value_handling =
node.name === 'option' ||

Loading…
Cancel
Save