Joel
Joel
Does it only work with `fetch()`? I have the same example bellow, using Axios for the request, and it’s throwing an error: ```typescript import axios from "axios"; import { HttpResponse,...
> too facing the same issue. @joel-daros were you able to fix this issue? Nope. Maybe @kettanaito can help to identify if it’s a MSW or Bun issue.
I have a working example here: https://stackblitz.com/edit/vitejs-vite-bvutvb?file=src%2FExtendedMapboxDraw.ts I’m adding a custom button do draw rectangles, but it can do anything you want. 🚨 Open the map preview in a NEW...
A simple way to solve is to explicitly specify your `key` types: ```ts // remember that for multiple parameter you need to use the Array notation const fetcher = async...