Custom toolbar #56
Unanswered
MattMoszczynski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'd say don't create a livewire component for your menu. Make an alpine component and put the methods you want to call on the kanban board. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋 I was recently using your addon to make a custom board for managing tasks and I want to add a custom toolbar for actions like archiving old tasks.
The problem is that whenever I move the card to another list the toolbar disappears and I receive an error in console
Uncaught Snapshot missing on Livewire component with id: COMPONENT_ID
My code for the record blade template looks like this:
As you can see I added
wire:key
to my component but it's still somehow losing reference to it. I don't know if I am still missing something or making a trivial mistake. I am relatively new to Filament and Livewire.Beta Was this translation helpful? Give feedback.
All reactions