Need help using vanX.reactive with functions #302
-
I'm trying to use vanX.reactive to listen to changes on an object / class that has properties of strings and functions. Changes to strings work just fine. However, if I try to access a property whose value is a function, I get the error:
I've boiled my code down to the simplest example that I could think of. I've created two samples: one that uses van state and the other that use vanX.reactive. Primarily, I want to understand why the two examples work differently, and if there is a way to get the second example to work like the first.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks @ericraider33 for reaching out! That seems to be a bug introduced in VanX |
Beta Was this translation helpful? Give feedback.
-
Hi @ericraider33, The bug was fixed in VanX 0.5.1. Thanks again for reporting! |
Beta Was this translation helpful? Give feedback.
Hi @ericraider33,
The bug was fixed in VanX 0.5.1. Thanks again for reporting!