Getter function called on every call vs onChangeOnly #449
-
Shouldn't getter function be only called when anything inside changes? My getter function is calculated on every call. I expected it to provide computed value without reculating if no value in the body changed. |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Apr 22, 2021
Replies: 1 comment 5 replies
-
do you have a reproduction? Solution: #449 (reply in thread) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do you have a reproduction?
Solution: #449 (reply in thread)