Replies: 1 comment 5 replies
-
To me this seems like none of the plugins are activating. Which might be more appropriate on the Livewire repo. Are you possibly not removing the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there. I'm trying to use the Headless Listbox component as per this example: https://alpinejs.dev/component/headless-listbox
However, I'm working in a Livewire environment so my bundle looks like this:
Livewire and basic components work just fine. However with the listbox I get the following errors:
ReferenceError: Can't find variable: $listboxOption
I'm wondering how to load in the Alpine Components properly to prevent this from happening. If anyone has any thoughts, much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions