Johannes Grimstad Giske
Johannes Grimstad Giske
I have a solution/workaround for this issue: Normally a component exported as a styled component will look something like this ``` const foo = (props) => (...); foo.propTypes = {...
I have the same problem or at least similar to what @neil-morrison44 describes. I'm building a component library/styleguide with lerna + storybook. After adding a package with 85 icons (85...
@ndelangen I tried your earlier tip `NODE_OPTIONS=--max_old_space_size=4096 build-storybook` and that worked for me, at least for now.
This is also a show stopper for us using arm64 laptops for development.
Also hoping this can be implemented 👍