Livewire / Alpine @entangled Property Out of Sync #2466
Unanswered
maweitzman
asked this question in
1. Help
Replies: 1 comment 2 replies
-
@SimoTod any advice here? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Started noticing an issue with this today... I have a simple
button-group
component that receives an Alpine@click
event as a prop. The click event is firing off just fine, and when I look at stuff in the Alpine dev tools console, theisFunding
propery being changed by the button group button clicks is getting updated instantly, but if I click one button and then the other very quickly, it completely disregards the second click. When I look at the network tab, I can see the first click firing off an event instantly, but the second click doesn't register at all. Can anyone please help me, or tell me if I'm doing this wrong or what the correct way is?File for the Livewire
Help
parent view:File for the Alpine
List
child view:Lastly, file for the Alpine
button-group
component view:Please advise!!
Beta Was this translation helpful? Give feedback.
All reactions