Maybe no need to iterate over all children, just list all `x-` attributes. Also make sure it works even if x-data is not present, e.g. [standalone `x-init`](https://alpinejs.dev/directives/init#standalone-x-init)
Maybe no need to iterate over all children, just list all
x-attributes.Also make sure it works even if x-data is not present, e.g. standalone
x-init