ReactLibraries / storybook-addon-module-mock

Provides module mocking functionality like jest.mock on Storybook.
MIT License
42 stars 5 forks source link

[chromatic] Error: Exported function not found at $$mock$$ #6

Open diegocastrof opened 1 year ago

diegocastrof commented 1 year ago

Hi !

Thanks in advance for your great work. I'm experiencing some issues using the addon on Chromatic. I'm getting the following error message.

It runs development but fails on build doing npm run build-storybook

any idea what could be happening ?

Captura de pantalla 2023-07-05 a la(s) 13 30 28

will-gs commented 1 year ago

We're seeing the same issue

Ananthnbhat commented 7 months ago

I had the same issue. The problem was I had 2 dependencies storybook-addon-module-mock and storybook-addon-mock both installed, which was creating conflicts somewhere.