Replies: 1 comment 4 replies
-
3.14.4-3.14.7 are all buggy, update to 3.14.8 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a livewire 2 component that renders a dropdown,
the list is an ul with items rendered by livewire via computed property
each li has an
@click
attributewith
3.14.4
the click does apparently nothingi tried using
@click="console.log('{{ $item['key'] }}', '{{ $item['class'] }}')"
and nothing appearsreverting to 3.14.3 fixes the problem
this is the main div x-data
Beta Was this translation helpful? Give feedback.
All reactions