Alpine.effect() does not trigger when combined with Alpine.store() #4484
Unanswered
boustanihani
asked this question in
5. Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I assume the
Alpine.store()
is reactive by nature.I just need a function to get triggered when an array of images gets empty, the array is already inside the
Alpine.store
.Shouldn't the following code work (without the need of using
Alpine.reactive()
?Everything is working great, except the code inside
Alpine.effect()
=>Beta Was this translation helpful? Give feedback.
All reactions