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
By using suspense in combination with useTransactionQuery no rerender is happening at slow network conditions which results in only showing the suspense fallback component. On fast network conditions, the code works as intended.
Example Code will only show Loading ... on the screen when using the throttled network (Slow 3G) in e.g. Chrome Dev Tools:
By using
suspense
in combination with useTransactionQuery no rerender is happening at slow network conditions which results in only showing the suspense fallback component. On fast network conditions, the code works as intended.Example Code will only show
Loading ...
on the screen when using the throttled network (Slow 3G) in e.g. Chrome Dev Tools:The text was updated successfully, but these errors were encountered: