-
Is there a Watcher (or anything like) component which can be used like Controller but to watch and render which can avoid usage of
|
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Dec 13, 2022
Replies: 1 comment 2 replies
-
No, there's not. But you can easily create a function Watch () {
const data = useWatch()
return data
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Sajarin-M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there's not. But you can easily create a
Watch
component like