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
I have followed the installation method of MSW to React with the instruction documentation, Indeed my expectations are in accordance with the documentation, but when I looking at my terminal it's say compiled with warnings, and after I checked the response it's 304 and the fake data not showing.
Hi, @Dwipasca. Thanks for reporting this. The issue is known and we are tracking it in #1030. You can follow the status update there. Feel free to contribute as well, it's a matter of publishing the source of one of the dependencies to npm.
Describe the bug
I have followed the installation method of MSW to React with the instruction documentation, Indeed my expectations are in accordance with the documentation, but when I looking at my terminal it's say compiled with warnings, and after I checked the response it's 304 and the fake data not showing.
Environment
msw: 0.36.8
nodejs: 17.4.0
npm: 8.3.1
firefox: 96
To Reproduce
Steps to reproduce the behavior:
handlers.js
, for example:yarn start
or you can see this repo : https://github.com/Dwipasca/MSW-compiled-with-warnings-BUG
Expected behavior
Don't have any error or warning in terminal, and show the fake data if we hit the api.
Screenshots
The text was updated successfully, but these errors were encountered: