Replies: 1 comment 2 replies
-
I don't understand the question, I don't think you're providing enough context. I'm just guessing:
is that right? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am doing SSR in a project that I'm working on and would like to skip the first run of any query that is being hydrated. Is there a standard way of doing this? It would be nice if the
enabled
prop could accept a function that I could pass afalseThenTrue
type function too. Is there an obvious solution that I'm missing?TIA
UPDATE:
For clarification this is what is happening.
Beta Was this translation helpful? Give feedback.
All reactions