Replies: 1 comment
-
Any help please ? I've worked around this by just rerendering the complete subtree of the form on every value change, but thats very suboptimal |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened is that I have a complex form, the form is instantiated in a context
The value of the context doesn't change over time -> it doesn't trigger re-renders on its utilizers
What I would expect is that when calling watch in a subcomponent, that subcomponent will re-render itself on value changes, however, that is not happening
I am missing something ??
Beta Was this translation helpful? Give feedback.
All reactions