Skip to content

Commit

Permalink
accept baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Feb 6, 2015
1 parent 1ba50e3 commit fdad812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/baselines/reference/jsxReactApp.types
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ class TodoApp extends React.Component<{},{items?: string[]; text?: string}> {
>h3 : unknown

<TodoList items={this.state.items} />
><TodoList items={this.state.items} /> : React.ReactCompositeElement<{ items: any[]; }>
><TodoList items={this.state.items} /> : React.ReactCompositeElement<{ items: string[]; }>
><TodoList items={this.state.items} /> : { items: any[]; }
>TodoList : typeof TodoList
>items : any[]
Expand Down

0 comments on commit fdad812

Please sign in to comment.