$event.detail - Uncaught SyntaxError: Unexpected identifier #1820
Unanswered
Hujjat
asked this question in
7. Bugs (archived)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 🙋
I'm sure this is a bug and I tried every solution but couldn't fix this issue.
I had an Alphinejs v2 website and tried to migrate to v3 but this error always appears. I started everything with V3 but still happening.
I have created a sandbox for the issue here https://codesandbox.io/s/serverless-fire-em60i?file=/index.html:493-506
Trying to get the
$event.detail.valueis giving me Uncaught SyntaxError: Unexpected identifier error.It's interesting, if I
console.log($event.detail.value);before the$event.detail.value, there is no error but without console.log, I'm getting the error.Please check the sandbox code if you want to see it live.
Here is a quick gif to see the issue. : https://gyazo.com/ab784cfea132230ff303cedc2aaef8ad
Thank you for the great Alphine.
Beta Was this translation helpful? Give feedback.
All reactions