adobe / storefront-product-listing-page

MIT License
14 stars 32 forks source link

Storybook command broken #21

Open MichaelHeinzman opened 6 months ago

MichaelHeinzman commented 6 months ago

We forked the project and the Storybook command just didn't work.

  1. The command itself doesn't run storybook, I had to add the & instead of semicolon and it ran storybook with no stories.
  2. I moved the content inside the storybook.config.js into main.ts in storybook folder instead and it ran the stories.
  3. Received a src/context not found error which I added an alias to storybook config to handle.
  4. Now receiving a Failed to execute 'createElement' on 'Document': The tag name provided ('static/media/src/icons/cart.svg') is not a valid name.