Replies: 1 comment 5 replies
-
It would be better if you could show this in a codesandbox reproduction. I see no reason why |
Beta Was this translation helpful? Give feedback.
5 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.
-
I tried to populate my query with some in hand data as
initialData
but that doesn't seemed to work!maybe I'm doing something wrong that's why I'm here, a help will be much appreciated!!
what I tried:
Under normal circumstance this query will be populated with some initialData but I don't why when I tried it the
data
is alwaysundefined
and of course thecache
has the data I'm trying to access. Because if I console log the data somewhere else, I used to see the data in the log.I think the
initialData
function is not firing off, because I tried something as simple as alerting generic message just to confirm the initialData func fires but to no avail.Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions