Closed
Description
Describe the bug
The a11y_label_has_associated_control
warning yields false positives in the case where the control is inside a component:
<script>
import Input from './Input.svelte';
</script>
<label>
<Input />
</label>
We should omit the warning if a component exists inside the label.
Reproduction
Logs
No response
System Info
next
Severity
annoyance