Max Greenwald
Max Greenwald
When I click the "Blog" Button on the front page of the website, I get the following console error: ``` Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node...
### Describe the bug After a page using `useSuspenseQuery` is SSR'd in the Next.js app router, the query will infinitely refetch. This also occurs if a `loading.tsx` file is added....
This PR is based on my findings in #6116 and fixes two cases of unnecessary suspensions during streaming SSR, one on code and the other in the advanced SSR docs....
## Environment - Linaria version: 5.x (haven't tried v6) - Bundler (+ version): Webpack v5 - Node.js version: 20.x - OS: macOS ## Description When I set `evaluate: false`, I...
**Describe the bug** If there is pagination data provided (`totalRecords`, `recordsPerPage`, and `page`) but `fetching` is `true`, I expect the pagination fields to continue rendering normally while the rest of...