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
## Background
Fixes a bug where `fetch` was not used and it always called the global
`fetch`. This was introduced in #6746
## Summary
Call `this.fetch()` instead of `fetch()`
## Verification
I verified in a patched package locally.
0 commit comments