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...
Currently, when `pool.query()` (or ` pool.connect()`) is run, the default behavior is to reset the connection before the promise resolves with [`DISCARD ALL`](https://github.com/gajus/slonik/blob/35543e1f956b4819c3db2af54a662c5c151b974f/packages/slonik/src/factories/createClientConfiguration.ts#L29). While this is great & safe default...