Leonid Grishchenin

Results 28 comments of Leonid Grishchenin

@eps1lon Thanks for the reply! And apologies, I am aware the whole set up is quite `react-query` specific and indeed not easy to follow while ignoring library semantics 🙏 I...

Oh wow, seems to be it! 😮 I have simplified the `useDynamicQuery()` hook to accept the query name only and then added `useMemo()` ~and a `promiseCache` on top of the...

Gotcha! Do I understand correctly that, in the approach outlined here, since `use()` is given a promise within another hook the rules of hooks are not broken? And finally, now...

* In the working `useMemo()` [example](https://github.com/facebook/react/issues/31640#issuecomment-2506370600) of the `useDymanicQuery()` hook from couple comments back, `use()` is unwrapping a promise which returns a hook based on the name passed to `useDymanicQuery()`....

For anyone looking into it, ended up creating this solution: ``` ... export const AppKitInstance = createAppKit({ ... ... const { connector } = useAccount(); ... ... const supportedChains =...

@Sam-Newman hey! Any updates on this? 👀