Is it not possible to have 2 forms inside a resource form?
A really strange bug occurs when having more than one custom livewire component in the resource form. After an update that makes the form rerender the custom component (the first one in my case) is being destroyed. Console throws exception Uncaught Snapshot missing on Livewire component with id: KVKGAH43Jg6EEsDT4839
Note: I have passed a key() to each component
Note: I have passed a key() to each component