HeaderAction disappears after usage.
I've got this action:
With view:
Code works, but after change, the components gets detached. How to prevent the action from disappearing from the header actions?
5 Replies
Can you explain what you mea by detached?
First I got this

After using the component:

I suspect you need to key the wire
or it's the choicesjs not re-rendering on refresh
Was a conditional thing. I was only showing the action when a relation was loaded. Somehow the relation disappears when using the action, causing the action to disappear too.