Aydan Gaite

Results 4 issues of Aydan Gaite

Adding typing to the project would be very beneficial and much appreciated

I'm attempting to use electrons native context menu to give options to clone and delete nodes, but whenever I trigger the context menu, the rete canvas stops responding to mouse...

### Describe the bug When an array does not contain `.required()` the type signature of the `$errors` store becomes incorrect. ```ts const schema = yup.object({ calculations: yup.array(yup.object({ label: yup.string().required(), })),...

bug

### Is your feature request related to a problem? Please describe. Currently I am working on a project where we've adhered to [fragment co-location](https://dev.to/ricardoromox/colocated-fragments-organizing-your-graphql-queries-in-react-24a6). It seems like this approach has...