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
Not exactly sure what the correct approach should be to maintaining the codebase. maybe something to consider when upgrading the codebase to ES modules
The text was updated successfully, but these errors were encountered:
For anyone else stumbling in here, it's usable via skypack. It's a little messy to get it to work with proper types, or maybe I'm just missing something, but it works.
importtype*astfmfrom"https://cdn.skypack.dev/fetch-mock@9.11.0/esm/client.js?dts";// @ts-ignore: It's a real messimportfetchMockfrom"https://cdn.skypack.dev/fetch-mock@9.11.0/esm/client.js?dts";exportconstfm: typeoftfm=fetchMock;
Not exactly sure what the correct approach should be to maintaining the codebase. maybe something to consider when upgrading the codebase to ES modules
The text was updated successfully, but these errors were encountered: