Closed
Description
Case when labelable element is not direct child of label element triggers current warning
https://svelte.dev/repl/418bcf45f55741e49361839687cf11fa?version=3.29.0
Expected behavior: compiler recursively checks if label has labelable element
Additional context:
I started to write recursive function to get this warning working properly but then I found #5323 PR that covers my issue