relc
relc
Is the feature of virtualization planned to be implemented in the near future?
Is it going to be merged?
Try to add that to the overrides styles: ``` MuiTableSortLabel: { root: { width: "0.5rem", }, }, ```
For example: In Home page: `const [emails, setEmails] = useQueryState("emails", ["[email protected]"])` now I want to navigate from another page to my Home page but without the default email filter I...
I don't have access to setEmails from another page, can I do it from the URL? I tried: ` navigate({ pathname: "/home", hash: createSearchParams({ emails: [], }).toString() })` also tried:`...
It's react-router-dom useNavigate hook
Not yet, bet anyway it's not aligned with my code convention
Why was this issue closed? The bug still persists
I also experience performance slowdowns and page freezes with newer Apollo Client versions (currently using 3.11.8)
Not yet, but in my case I'm not sure it's about the cache limit I think it's something else with the new version