Skip to content

zhzz/types-react-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce the issue:

  1. git clone https://github.com/zhzz/types-react-issue.git && cd types-react-issue
  2. yarn
  3. yarn tsc --noEmit

Output:

index.tsx:14:61 - error TS7006: Parameter 'v' implicitly has an 'any' type.
14 export const Example = () => <Component value={1} onChange={v => v} />;
                                                               ~
Found 1 error.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published