Replies: 1 comment
-
It just won't be able to be from logic that runs at the constructor. Because it will refer to the underlying class instance, while from |
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
-
I'm creating a small app using Alpine.js in Typescript, but ran into an issue with my property change not being reflected in the frontend. I want to change the property progress inside my Group instance.
When I update the progress value from within my App class, it does work fine:
However, updating the value from within my Group class doest not change the value in the frontend:
I have tried messing around with Alpine.reactive which some people recommended, but this did not work either.
What am I missing here? Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions