How can I use ensureQueryData in a component? - Help please ๐
I am using
I want to use the data in a component, that's why I am using a hook, but even tough the data is already in cache, a new fetch is done.
Am I using it wrong?
ensureQueryData like this in a custom hook:I want to use the data in a component, that's why I am using a hook, but even tough the data is already in cache, a new fetch is done.
Am I using it wrong?