You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works however, to get access to the containing gender, entry and collection as their own refs, I would like to deconstruct the data. I have tried this:
I thought this would work but it returned null, and I expect this is because they are proxy values. So how best can I achieve this?
I have tried, setting refs initially and then assigning them after the query is complete, however, this causes race conditions and intermittently catches errors. it is also inefficient as it means there is a ref within a ref:
Hello!
I have a single GROQ query containing three sub-queries:
I have set up the following query:
This returns the following:
This works however, to get access to the containing gender, entry and collection as their own refs, I would like to deconstruct the data. I have tried this:
I thought this would work but it returned null, and I expect this is because they are proxy values. So how best can I achieve this?
I have tried, setting refs initially and then assigning them after the query is complete, however, this causes race conditions and intermittently catches errors. it is also inefficient as it means there is a ref within a ref:
Thanks in advance for your help :)
The text was updated successfully, but these errors were encountered: