On this page
Known Issues
This is the page where we document known issues.
Refer also to the troubleshooting document.
Upgrading msw dependency
There seems to be an issue for us to upgrade msw to the latest version, because in their release of version 2.4.4,
they upgraded their dependency of @mswjs/interceptors, causing
unexpected application errors - most notably, the graphql subscription ws of federated query stopped working correctly.
when we added an override to package.json to enforce the sub-dependency @mswjs/interceptors to be downgraded to its
previous version (^0.29.0) - things worked correctly.