Ruslan Kutliakhmetov
Ruslan Kutliakhmetov
When you pass custom option to TableExport, your ignoreCSS is redefined to default self.redefined. It is not good. https://github.com/clarketm/TableExport/blob/master/src/stable/js/tableexport.js#L67
export with downloadDataURI only work on mobile, but it is not correctly. Too It has problem with cyrillic when try to save by Blob. https://github.com/clarketm/TableExport/blob/master/src/stable/js/tableexport.js#L586
I am running 5 concurent process in lint-staged, but eslint_d write me on the end Could not connect
I create custom plugin which emmit new asset to dist folder. And in my app I load this file by axios. Can I apply changes to my app? When I...
I use react-router-dom and after change page, sprite.svg load every time. I use extract option.
I use alias for assets, it doesn't work.
This library only help for getting in call or not spesific action, but not for read actual state. I want test middleware, but reading state return old state.
I think that using toBeVisible is correctly when you want get to know element is visible or not for user. But that method is using getComputedStyle, but my tailwind classes...