#Stories throwing error cause of `lodash/mapValues.js`
14 messages · Page 1 of 1 (latest)
I wonder why CI did not fail then. Can you share a set of reproduction steps?
I actually pulled and ran this sandbox locally https://github.com/storybookjs/sandboxes/tree/next/react-vite/default-ts
trying it now
Interesting. I'm getting
The requested module '/node_modules/lodash/isFunction.js?v=b1116b08' does not provide an export named 'default'
I wonder what changed, and why CI isn't catching this...
😬
The stackblitz works fine. https://stackblitz.com/github/storybookjs/sandboxes/tree/next/react-vite/default-ts/after-storybook?file=README.md&preset=node
StackBlitz
Run Sandboxes After Storybook created by Storybookjs on StackBlitz
(though it's slow)
OK, I checked and the beta.64 release worked (commit f33337d), but rc.0 does not
So something happened in there
Also getting this
This is fixed in rc.1
Thanks Ian!