Jonathan Taratuta-Titus

Results 2 issues of Jonathan Taratuta-Titus

Flow version: 0.210.0 ## Expected behavior When annotating a dictionary as a `Record`, calling `Object.values` on that dictionary should return whatever the record type is: this is the way `Object.values`...

feature request

Flow version: 0.201.0 ## Expected behavior Flow points out that `documents` is an array of nullable elements and `filteredDocuments` is an array of non-null elements, which requires a filter/refinement in...

bug