I need to mock API requests in my Storybook environment, I found 2 libraries for the job, MSW Storybook Addon and storybook-addon-mock, they all look the same to me, I'm not sure which one to use and why use one over another one, any difference between these 2 libraries?
https://github.com/mswjs/msw-storybook-addon
https://github.com/linearlabs-workspace/storybook-addon-mock
I read the official docs, I want to know the difference between them.