Experience-Monks / react-ui

Repository for public react components in Jam3
https://jam3.github.io/react-ui/
MIT License
5 stars 3 forks source link

Storybook Does Not Hash Sass Module #61

Closed grez96 closed 2 years ago

grez96 commented 3 years ago

Currently the storybook configuration differs between react-ui and nextjs-boilerplate. I am assuming because of this difference the hashing doesn't work?

For example this is a CookieBanner component in react-ui storybook (npm run start): no-hash Same component ejected into nextjs-boilerplate storybook (npm run storybook): with-hash