Farhad Yasir
Farhad Yasir
@nafistiham I assume you are no longer working on this page. marked this PR as stale
@Progyan1997 looks good to me. Let me know when you complete the entire page.
This is a special case and implementing this feature may break the core functionality of the addon. I would suggest mocking all the endpoints ATM. TBH, this is not in...
@vinujan59 did you use the custom function to return a FormData?
@vinujan59 what are the return object in your custom function? Can you provide a code snippet or any reproducible code sample?
@lukvermeulen I tried to run swr with `storybook-addon-mock` and it works properly. I have used their [basic example](https://swr.vercel.app/examples/basic) for testing. Looking at your code, can you tell me which type...
@GunsStarR it's confirmed that there's a bug in the package which breaks the superagent. You will get the fix in the upcoming release.
@GunsStarR this fix is released in version [2.4.0](https://github.com/nutboltu/storybook-addon-mock/releases/tag/2.4.0). Can you please check?
@carloschneider this is a special case, where we have to ignore the query parameters. In this scenario, it would be good if we used an asterisk(*) in the URL path...
The idea is to replace with `match` function with the `exec` function which supports the `*`. ATM, I haven't managed time to look into this implementation during this holiday. Hope...