Replies: 1 comment 3 replies
-
What are you doing in the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use an analogous to Riverpod's read: I want to read the value of a capsule inside a
callonce
side effect. Is it possible? Or I mustuse
the capsule?I want to prevent rebuilds when the readed capsule updates, because I'm inside a
callonce
side effect.Beta Was this translation helpful? Give feedback.
All reactions