Skip to content

Commit

Permalink
[EZ][tests] Fix tests
Browse files Browse the repository at this point in the history
Summary:
D41005804 (442ea0b) fixed a bug but didn't re-record a test

Changelog: [internal]

Reviewed By: gkz

Differential Revision: D41015990

fbshipit-source-id: 2d1823f73473f73cee12f011fe042f7b1e0e01c4
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Nov 4, 2022
1 parent 39c1423 commit 6c80979
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ References:
^^^^^ [1]


Error ------------------------------------------------------------------------------------- jsx_fragment_context.js:10:5

`TItem` is underconstrained by `PolyComponent` element [1] and is defined in `TItem` [2]
[underconstrained-implicit-instantiation]

jsx_fragment_context.js:10:5
10| <PolyComponent />
^^^^^^^^^^^^^^^^^ [1]

References:
jsx_fragment_context.js:5:24
5| function PolyComponent<TItem>(props: {item?: TItem}) { return null }
^^^^^ [2]


Error ------------------------------------------------------------------------------------------ polyt_flow_error.js:4:7

Cannot call `first` with `1` bound to the first parameter because number [1] is incompatible with array type [2].
Expand Down Expand Up @@ -529,4 +514,4 @@ References:



Found 38 errors
Found 37 errors

0 comments on commit 6c80979

Please sign in to comment.