Closed mkmakes closed 11 months ago
@mkmakes have you tried with 7.6.3? Seems like an upstream issue that has been resolved in recent patches.
If it still doesn't work then please provide a reproduction so i can investigate further. Thanks 🙏.
@mkmakes have you tried with 7.6.3? Seems like an upstream issue that has been resolved in recent patches.
If it still doesn't work then please provide a reproduction so i can investigate further. Thanks 🙏.
For sure! I checked out 7.6.3 and the problem still persists. Here's 7.6.3-broken
with the reproduction
I'm travelling right now so its hard for me to investigate right now but once I'm back i will take a look. I recommend staying on 7.5 for now if it's blocking you.
I updated my monorepo to 7.6.4 and it seems to work now!
I updated my monorepo to 7.6.4 and it seems to work now!
Strange, this is still happening for me, even with the example project.
Opened another issue for this.
Describe the bug
Hello! 👋 The recently released
7.6.0
seems to break integration with this addon, with previews displaying the following error:ReferenceError: exports is not defined
Steps to reproduce the behavior
Expected behavior
7.5.3-working
yarn && yarn storybook
Screenshots and/or logs
7.6.0-broken
rm -rf node_modules && yarn && yarn storybook
ReferenceError: exports is not defined
Environment