marwand
CCConvex Community
•Created by erquhart on 8/11/2024 in #support-community
Convex Query Cache context not reachable for useQuery
Of course! Make sure you add uuid as a dependency though
32 replies
CCConvex Community
•Created by erquhart on 8/11/2024 in #support-community
Convex Query Cache context not reachable for useQuery
@erquhart You're right, I looked into it & it looks like its because we're importing the ConvexQueryCacheContext from .../provider instead of .../provider.js. This caused another error where it complained about crypto being undefined, I got around that by using uuid as a drop replacement. Thanks for the insight!
I created an issue with a patch to get around it:
https://github.com/get-convex/convex-helpers/issues/211
32 replies
CCConvex Community
•Created by erquhart on 8/11/2024 in #support-community
Convex Query Cache context not reachable for useQuery
Using yarn as the package manager
32 replies
CCConvex Community
•Created by erquhart on 8/11/2024 in #support-community
Convex Query Cache context not reachable for useQuery
I'm getting the same error w/ react-native@0.73.6, react@18.2.0 expo@50 convex-helpers@0.1.50 convex@1.14.1
32 replies