$watch not fired when update a prop inside a blade component #1553
Answered
by
Pulstarter
Pulstarter
asked this question in
5. Bugs
-
Hi! I have a selectbox component that gets the options from Livewire. On V2 I use $watch to detect changes on the array, but on V3 nothing happens:
Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
Pulstarter
Jun 18, 2021
Replies: 1 comment
-
Well, I change the code to use @entangle and everything works fine now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pulstarter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I change the code to use @entangle and everything works fine now.