Hannes Diercks

Results 131 comments of Hannes Diercks

I'm also having issues with this.

Experiencing a similar issue but with `css` helper and usage without macro

I noted that setting ` skipPreflightCheck: true` on @rollup/babel-plugin changes the behavior... in my case the styled helpers are minified now. Don't know the implications for other plugins though...

Ah thanks! I eventually gave up on docz and am evaluating https://github.com/facebook/docusaurus now

Thanks @pedronauck and big thanks anyone who put work into this project. I know the burden of keeping stuff up to date and running myself.

Hey @calebpanza 👋 as mentioned above, you might want to give [docusaurus](https://github.com/facebook/docusaurus) a shot. Or [react styleguidist](https://react-styleguidist.js.org/)

Would anyone be interested in [rebuilding this project](https://github.com/doczjs/docz/discussions/1740)?

No, have not used Docusaurus in production yet. But it sticked out when I was researching alternatives to storybook and docz.

I stumbled across the same issue in a vue.js project An answer from @mathieumure helped me find out, that I had my code instrumented twice. Once by babel istanbul plugin,...