Callum Booth
Callum Booth
Scroll restoration happens too early before the page gets rendered after hitting browser back button
Im seeing this issue too with getServerSideProps, the scroll restoration happens too early
For those using the GraphQL api and queries, its possible to use [graphql code generator](https://www.graphql-code-generator.com/) to create the types for you. Here is an example of the config file. This...
I encountered the same issue, I've made a repro here https://codesandbox.io/p/sandbox/wispy-moon-58wym7?embed=1&file=%2Fsrc%2FmakeData.ts%3A37%2C11. if you try to filter on something in the first name column it wont filter.
> > turns out if you have the `#cmdk-root` (or any element inside it) focused the navigation will work, so if you dont put a Input component you'll have to...
Just encountered this issue too, would be great to get the fix merged
> FYI, I'm not a maintainer, but your codesandbox link doesn't work for me - seems it's either deleted or marked private @paulftw ahh, didn't realise it was set to...