Tobbe Lundberg
Tobbe Lundberg
`requestOptions.headers` are of type `IncomingHttpHeaders`. This is a dictionary whose values can be `string | string[] | undefined`. Looking at all the keys we can see that only `"set-cookie?"` allows...
With an empty/null payload (which it is by default) the body should be empty, not the string `'null'` This is a breaking change for anyone who was depending on the...
# How to run this code 1. Copy the kitchen-sink test project out into a separate directory 2. run `yarn install` 3. sync the test-project with the framework changes by...
React 19 has changed the names of some internal variables. This PR updates the @apollo/client React integration to also support these new names. The React changes were introduced here https://github.com/facebook/react/commit/f6131653570bbbf62d642ba9343b9cd0ab1ae97c...
# Background RW does code splitting by default, which means initial page load is much faster than without, but also that RW needs to download each page as they're accessed,...
### Feature request I'd like an option to totally ignore all devDependencies and to not recommend moving types to the dependencies array ### Motivations I might very well be misunderstanding...
### Check for existing issues - [X] Completed ### Describe the feature When I'm creating a new object and typing a property I get a very helpful tooltip with the...
listr2 needs to be a peer dependency and not a devDependency for package managers to install everything properly. With `foo` and `bar` both depending on listr2 v6.6.1 and `baz` depending...
# Issue ``` @Tobbe ➜ /workspaces/redwood (main) $ yarn -v 1.22.22 @Tobbe ➜ /workspaces/redwood (main) $ yarn error This project's package.json defines "packageManager": "[email protected]". However the current global version of...