Chris Domigan

Results 7 comments of Chris Domigan

Yarn link seems completely broken? Would be great to get an update from the devs on this. Is anybody having luck using link at all?

Thank you @vicary 🙂

It looks like the label is defined inside the default [FieldTemplate](https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/material-ui/src/FieldTemplate/FieldTemplate.tsx), whereas the docs state that it's the Field that should handle the labels... confusing!

We have a similar issue. We are using ephemeral IPs on our dev VMs, and update the .ssh/config file automatically to point the Host to the latest IP. Without windows...

Not sure if I'm using it wrong, but I'm getting partial results returned, eg adding the following test to `packages/react/test/useTransactionQuery.test.tsx`: ```typescript it('should not return partially undefined results', async () =>...

@vicary Thanks for that. DX a bit challenging with this, but I do understand this hook is considered legacy :) PR looks good in terms of fixing the linked issue,...