Max Salvén
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", ], },...
In our SaaS app, the customer can choose their own brand color for their admin dashboard. We save this as a raw HSL value on our server for compatibility with...
As a follow up, being able to set opacity alongside a variable reference would be great too. Am not sure what the syntax would look like. ``` createThemes({ 'light': light({...
@sax any plans to add testing capabilities to this library?
Is there anything I can do to help?