stychu

Results 45 comments of stychu

@ferylukacs this `sudo apt-get install libpq-dev` solved my problem with this error

This is so bad that I have to wait for render to see the input when doing `import dynamic from "next/dynamic"; const Select = dynamic(() => import("react-select"), { ssr: false...

@ThangHuuVu I can confirm this bug. I just encountered it. It doesn't take into account when there is a `basePath` declared. I had to define custom redirect in config to...

So I was able to integrate reactQuery using `fetchQuery` instead of `useQuery` hook. It works but I wish I was able to use `useQuery` because with fetchQuery I have to...

@NadavShaar Ah sorry for the delay I was really busy. Here is some repro https://codesandbox.io/s/react-grid-table-async-forked-odt8ii I can see that data is changing. Request is fired on pagination change but the...

Oh god... I knew I was missing something! This will simplify a ton of my component. Thanks a lot

I have one more problem. How Do i handle the external state with the table. In order to trigger the useQuery with different values for page,pageSize,name and any other filter...

@NadavShaar If I pass the external state to the `additionalProps` then I can access it in test component and update the select value accordingly but this feels wrong and hacky....

@NadavShaar https://codesandbox.io/s/adoring-greider-picu11 1st table has no `field` defined on the full name column and its unable to search for `waldemar oth` word 2nd table has a `field` on username (it...