-
When updating from v0.6.x to v0.7.x, this issue was discovered. It's unclear whether this is a bug or an intentional design choice. Hopefully, someone kind-hearted can provide an explanation. 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Dec 19, 2024
Replies: 1 comment
-
You are correct that this method does not exist. You can replicate it pretty easily. All it does is create an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
linw1995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are correct that this method does not exist.
You can replicate it pretty easily.
All it does is create an
RwSignal<usize>
, and track it in the body; calling.refetch()
increments the signal.