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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently Wagmi lacks native support for React Suspense and pushes users to write a lot of code to handle error and loading states of a query:
Thankfully, docs mention an alternative but it still requires a lot of code:
With native support, same could be achieved with a lot less code:
Wagmi should provide React Suspense APIs so loading and error states can be handled easily.
Beta Was this translation helpful? Give feedback.
All reactions