Issues with Accessing the Livewire JavaScript component instance #253
Unanswered
fabianbartsch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you putting this code inside a modal? |
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
-
The Livewire documentation explains how to access the JavaScript component: Accessing the JavaScript component instance
But for the life of me I can't get the event listener "livewire:load" to execute, and earlier the attempt to access
@this
throws an error.Is this a known issue? I'm I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions