I have a component with some properties: public bool $show = false; In that component's blade file, I use alpine to show/hide: x-data="{ show: @entangle($attributes->wire('model'...
Currently, if there are some empty divs in a parent component, when a network request happens on the parent component, it breaks the child component. See error below