michael-s-molina opened a new pull request, #23818: URL: https://github.com/apache/superset/pull/23818
### SUMMARY Many of our stories in Storybook are throwing errors. After intensive investigation and the help of `git bisect`, I was able track the inclusion of `storybook-addon-mock` dependency in #23429 as the root cause for the errors. I investigated for a couple of hours to understand the reason why it was generating the errors but I wasn't able to resolve the issue. During the investigation I found that there is an [open issue](https://github.com/linearlabs-workspace/storybook-addon-mock/issues/139) with the addon that also need to be addressed. Given that this is affecting many stories, this PR reverts that dependency to give us time to further investigate the problem without blocking Storybook development. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <img width="1762" alt="Screenshot 2023-04-25 at 14 41 07" src="https://user-images.githubusercontent.com/70410625/234358428-c38f45d0-3aff-4af5-9462-9378710d17a6.png"> ### TESTING INSTRUCTIONS Make sure the errors above don't happen. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
