Andrej Gajdos

Results 40 comments of Andrej Gajdos

> > try to replace "postcss" with "postcssOptions" in craco config I had the same problem , this method works for me. > > You can now install the new...

@tbleckert any update on this?

@halfbeep thanks for your positive feedback. I am happy my blog post + sample project are helpful. You are welcome to add login through Google and Instagram. In regards to...

To be honest I have no idea. I haven't used DataTables for a long time.

Would be great to have this feature

I came across the same issue and fixed that by using `@react-hook/window-size` and `@rooks/use-previous-different` ```javascript const getDefaultY = () => height - DEFAULT_HEIGHT - DEFAULT_SCREEN_OFFSET; const [dimensions, setDimensions] = React.useState({...