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
waitAssets is of course quite useful, but there are times you want to allow some requests to still be waiting - for example, to test a loading state (with the play function) you want to open a page, but not let a request complete (so that the loading state stays visible). And if that request happens to be a GET, then ResourceWatcher will stay stuck on it. (Note that requests are mocked out with msw, though I don't think that's necessarily relevant here)
The text was updated successfully, but these errors were encountered:
waitAssets is of course quite useful, but there are times you want to allow some requests to still be waiting - for example, to test a loading state (with the play function) you want to open a page, but not let a request complete (so that the loading state stays visible). And if that request happens to be a GET, then ResourceWatcher will stay stuck on it. (Note that requests are mocked out with msw, though I don't think that's necessarily relevant here)
The text was updated successfully, but these errors were encountered: