-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
not possible because you could also pass also, you can indefinitely keep it as
yes, it's not necessary to avoid creating these. I've added the |
Beta Was this translation helpful? Give feedback.
not possible because you could also pass
initialData
for example, or other settings that should be immediately available for other observers to be picked up.also, you can indefinitely keep it as
disabled
and then callrefetch
to fetch it :)yes, it's not necessary to avoid creating these. I've added the
disabled
label to the devtools to flag these as, well, disabled :)