(Storybook) TypeError: Cannot read properties of undefined (reading 'map')

Viewed 14

I'm trying to run storybook test runner after installing it (being in nx environment):

npx test-storybook --url http://localhost:4400 

And getting the error in the terminal:

[test-storybook] TypeError: Cannot read properties of undefined (reading 'map')

my storybook is running on localhost:4400 and working properly, has anyone experienced this error?

0 Answers
Related