Build app is not loading stories - "Cannot read properties of undefined (reading 'find')" #759
Open
6 tasks done
Labels
to triage
This issue needs to be triaged
Describe the bug
I'm using the latest version of histoire with nuxt.
In histoire dev mode everything works ok, but the build app it does not work. I can load the UI just fine, but when I try to click on a story I get the following error in
bundle-sandbox-BYbFb-tO.js
When I inspect the file all imported name are undefined
I inspected
GenericMountStory.vue2-D3-GW49k.js
and it looks ok. The files are there.I can see that all exported names are set in a promise
then
. I added a log statement in thethen
function and I can see that the then resolves after the import, thus the undefined imports.Reproduction
I currently do not have a reproduction
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: