Closed
Description
function Foo() {
return (
<>
<label className={styles.linkLabel} htmlFor="1">
<CustomText />
</label>
<input id="1" />
</>
);
}
In 6.7.1 this code was fine and did not error.
In 6.8.0 this code results in an error.
Activity