Vojtech Miksu
Vojtech Miksu
Hm, can't simulate.
Main page view tracking enabled. Events later...
It works now, can't simulate it.
This has been reported more than 2 years ago: https://github.com/bvaughn/react-virtualized/issues/1212 I guess webpack ignores bogus imports but some modern tools like snowpack or esbuild don't.
Did you test this with regards of SSR (cWM is called but cDM not)?
> react.development.js:1309 Uncaught ReferenceError: process is not defined It seems that browser is trying to use `process`? You might need to replace with something: https://www.ladle.dev/docs/config#global-constant-replacements Next.js is probably doing some...
This is a good issue for someone to look into. `next/image` assumes that it's used inside of Next.js so there's some hacking needed, check this: https://dev.to/jonasmerlin/how-to-use-the-next-js-image-component-in-storybook-1415 If we need to...
I guess you can create a branch and target that for multiple PRs but it should be release altogether right?
> is PostCSS & tailwindcss the CSS direction you're happy to proceed? Personally, I'm not familiar with It but i think @vinpac has done an excellent job for anyone to...
Yea, this would be a nice feature to have.