-
Hi, I was using version 2.8.0 and my code was working fine. I wanted to upgrade Alpine to 3.2.1 but facing an issue. My code is:
This is a 5 star rating component with Livewire 2.8 and working fine on Alpine Js v2.8.0. I can't see anything about x-for on upgrade page. Is there any difference for using x-for on v2.x and v.3.x? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Nothing stands out to me with that that should be doubling it. I'd probably add |
Beta Was this translation helpful? Give feedback.
-
3.2.1 is not the latest release, there have been many bug fixing since. |
Beta Was this translation helpful? Give feedback.
-
I tested your code-snippet on 3.2.1 and could reproduce the behaviour. Altough, when I switched to 3.7.0, it worked as intended!
|
Beta Was this translation helpful? Give feedback.
-
My mistake of course... I'm using Alpine via CDN. I installed Alpine months ago with npm and forgot that. |
Beta Was this translation helpful? Give feedback.
My mistake of course... I'm using Alpine via CDN. I installed Alpine months ago with npm and forgot that.
Because of that looks like working twice. All good now. Thank you all for your replies...