React Hook Order Error with `useEffectQuery` in React Native App

I am making a useEffectQuery for my React Native app, but I keep getting errors about React detecting a change in the order of hooks pointing back to my useEffectQuery code. I can't pinpoint a place where I am conditionally calling a hook, and am wondering if this has to do with layer construction? Do I need to be using a memoMap? I haven't seen a lot of documentation about it, and the discord search isn't telling me a ton. If I meed a memoMap, how do I use it?
Was this page helpful?