@entangle causes error : Uncaught SyntaxError: illegal character U+0040 #3389
Unanswered
Christopher-Law
asked this question in
5. Bugs
Replies: 1 comment
-
Did you figure this one out? I've just tried to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When attempting to use Livewire/Alpine/Jetstream with the @entangle directive, I get the following error:
Uncaught SyntaxError: illegal character U+0040
This character code is a '@'
<x-jet-form-section x-data="{ biography : @entangle('biography') }">
<x-jet-textarea x-text="biography" />
I installed Alpine via NPM.
Browser: Firefox
Beta Was this translation helpful? Give feedback.
All reactions