chore: fix type

pull/18359/head
paoloricciuti 4 months ago
parent a72c3650c9
commit f781fe485c

@ -344,7 +344,7 @@ function set_attributes(
var setters = get_setters(element); var setters = get_setters(element);
if ( if (
// the following login only make sense in a dev environment // the following logic only make sense in a dev environment
current_renderer == null && current_renderer == null &&
node_name(element) === INPUT_TAG && node_name(element) === INPUT_TAG &&
'type' in next && 'type' in next &&

Loading…
Cancel
Save