Paweł
Paweł
@coderhn use [html-to-image](https://github.com/bubkoo/html-to-image) - preserves transparency from DOM elements
I have the same problem with `html-to-image` and `react-component-export-image`. I am also using CSS grid.
@rashidaghadiinfotech I switched to flex because it was feasible for my case. Here is the chromium ticket: https://bugs.chromium.org/p/chromium/issues/detail?id=1305997
Any updates on this?
Maybe you forgot to import default styles? ``` import 'react-date-range/dist/styles.css'; // main style file import 'react-date-range/dist/theme/default.css'; // theme css file ```
@khteh hey, did you have any luck resolving this issue?
Even after installing missing packages the build fails on the last job of generating types: ``` src/index.ts → dist/cjs/index.js, dist/esm/index.js... created dist/cjs/index.js, dist/esm/index.js in 896ms dist/esm/types/index.d.ts → dist/index.d.ts... [!] Error:...
> > > The same errors are thrown in a loop in my unejected CRA while running on webpack dev server. I'm handling them similarly, which works fine on dev,...
@atuttle I've done the same