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
Yeah, this may be due to an issue we'd noted with the startup logic for the msw API mocking lib. The index file should really be doing await worker.start(), but instead it's just doing worker.start() and continuing. I haven't had a chance to go back and rewrite the repo's history to make that change.
What docs page needs to be fixed?
Redux Essentials, Part 5: Async Logic and Data Fetching
What is the problem?
CodeSandbox is not functional:
What should be changed to fix the problem?
Presumably the API faker for authors is not returning expected result?
It might be a race condition, as once I start editing the sandbox the issue is resolved during live update.
The text was updated successfully, but these errors were encountered: