Results 6 comments of Max Salvén

I discovered there is an undocumented `id` prop on `Droppable` which fixes this.

This is still an issue on 3.4.7 Reproduction: https://codesandbox.io/s/floral-sea-cg45v?file=/src/App.js Navigate to 'Mutation' and click 'Mutate'. You'll see a console warning: > Unknown query named "Slim" requested in refetchQueries options.include array...

Just an FYI, I ran into this today when using the string "America/New_York", a common time zone identifier.

@fc can you explain more how to set up the fastify proxy to replace the default vite one?

Still an issue on latest beta.

As an unpleasant workaround to get tsc to pass: ```javascript ..., plugins: [ "typescript-operations", "typed-document-node", { add: { placement: "append", content: [ "// @ts-expect-error", "type Dummy = Types.Maybe", ], },...