Getting Ray to work with Livewire and specifically Alpine #943
Unanswered
longestdrive
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I've just started to use Ray to help debug my app that uses Laravel Livewire and Alpine. I've got it up and running with Laravel and that's working and now trying to get it to send values for Alpine.
I've installed the extension per the website but have an immediate issue with an error on loading the page:
I'm loading the scripts via CDN and have these scripts in the header before loading liverwire scripts:
I'm then testing the set up with an example from the site as follows:
These alpine components work as expected however on loading the page I get an immediate error with the ray alpine extension as follows:
I've checked the order of the scripts per the install guide - before loading Ray and set the config but no change.
Is there anything else I should check? - would it help to install via npm? - although the preferred method via the site is via CDN,
Thank you
Beta Was this translation helpful? Give feedback.
All reactions