Zach Gotsch

Results 16 comments of Zach Gotsch

I am seeing this in a test which renders two nested components with `onClickOutside`. When the first top-level `onmousedown` event is triggered, it unmounts the second component. When the second...

This should be relatively easy to add, since it's in context. Maybe we should introduce a component that changes the `feedbackStrategy` for a React subtree? Though unclear how this would...

Also, set up infra for Typescript type tests using `dtslint`.

Related: clear up questions about f1 validity vs external errors validity

That is intended and documented AFAIK. Sent via Superhuman ( https://sprh.mn/[email protected] ) On Thu, May 09, 2019 at 12:52 PM, Desmond Brand < [email protected] > wrote: > > > >...

I wrote a really long and nice comment here about a use case but then my tab fell asleep and I lost it all, so here's the short version: We...

From an API perspective, I like this. Unfortunately, one of the top design goals of F1 was to allow us to have full flowtype coverage of the form fields. This...

F1 PR process is just to make a PR and if it's not breaking it can be merged into the current alpha.

As part of this, explicitly document the design goals of F1. 0. Strong typing 1. Handle validations and showing errors 2. Reduce boilerplate 3. Work with our existing inputs 4....

Any decision made about whether this makes sense in core or should be published separately?