Josh Benhamou
Josh Benhamou
I've got the same issue. This error occurs if you do not show the refresh button. Just add the following condition ``` if (typeof this.$refreshButton !== 'undefined') this.$refreshButton.toggle(show); ```
Thanks @kettanaito . The sandbox link is no longer working for me in https://github.com/mswjs/examples/tree/main/examples/with-vitest. However, I saw that you updated the MSW package to 2.0.14 and tried that locally. Same...
Thanks. The sandbox is working for me now. It looks like the change you've made that is the `module` and `moduleResolution` in the `tsconfig.json`. Trying this locally, raises typescript errors...
Same as @iChip , it's still not working for me but I haven't had the time to investigate yet unfortunately