Pleun Vanderbauwhede
Pleun Vanderbauwhede
Just ran into this as well while trying to integrate graphql-code-generator. Anyone happen to have found a workaround for this, by any chance? 🙂
What I can observe so far: When using the `near-operation-file` preset, the generator appears to ignore the custom scalar types defined in the schema file for all the fields in...
> Just ran into this as well while trying to integrate graphql-code-generator. Anyone happen to have found a workaround for this, by any chance? 🙂 The issue can be worked...
My wishlist: - Accessibility - Using modern refs instead of the legacy ones or useImperativeHandle for navigate/setViewMode would be nice. Had to jump through a few hoops to get v3...
This appears to have been resolved in v9 so this issue can be closed.
A shiny new comment! :tada:
Also running into issues related to this as I'm using string generation in combination with `near-operation-file`, and as a result end up with a `TypedDocumentString` class definition for every file,...
We received feedback that the MultiValue remove button is not keyboard accessible, which indeed appears to be the case. Since it can be highlighted and gives visual feedback when using...
@seancurtis The codesandbox you linked has the same issue. One thing that seems to have changed is the addition of a `role=button` on the `div`, but none of the [mandatory...
Either that so CSS bundling becomes a user concern, allowing sonner to piggyback off i.e. Vite's [nonce support](https://vite.dev/config/shared-options.html#html-cspnonce) which would circumvent the issue, or by providing a similar nonce configuration...