Bernhard Frauendienst

Results 88 comments of Bernhard Frauendienst

I get the appeal of a reverse query operation, but wouldn't it be easier to be able to filter reference fields by slug/path in addition to the "deep" filtering?

I hope this does not mean that there will be no way to import components separately? The `react-email` package pulls in a lot of dependencies that I cannot have on...

Hi @edmundhung, I looked into your suggestion. It will probably work for all my own use cases, but not all conceivable ones. More specifically, it will not return all errors...

Would you think different about _this_ PR if I renamed the new property from `recursive` to `allErrors`? That would make it more in line with how it will get used....

> > More specifically, it will not return all errors that will be returned for this fieldset when validate is called without name. > > I am not sure if...

I have create a StackBlitz based on the multi-validate PR (#878) that demonstrates the problem, based on your suggestion to collect the field names from the Form element: https://stackblitz.com/edit/uzog2zz5?file=src%2Ftodos.tsx 1....

Regarding getAggregate: I would hope that I could enable snapshots and benefit from them throughout my codebase without having to change all invocations. I personally would definitely prefer a breaking...

I've added a test for this case in form-control as you suggested.

Is anything else required to get this merged?