Replies: 1 comment
-
Nevermind, false positive This was the NFT transfer function. Had to exclude mints |
Beta Was this translation helpful? Give feedback.
0 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.
-
The Migrating from Loaders section in the docs does not explain how to migrate
getOrThrow
loaders.If I use them like this:
I am getting errors like this:
But I use
get
instead ofgetOrThrow
, then I have to re-add manual null checks for my entities.getOrThrow
functions not meant to be used with Preload Optimization?@DZakh
Beta Was this translation helpful? Give feedback.
All reactions