Commit 80e87c4
committed
Remove stray reference to React.PropTypes in ReactLink (facebook#9757)
**what is the change?:**
It looks like we missed updating this callsite in facebook@12a96b9
**why make this change?:**
We are deprecating the `React.PropTypes` syntax and splitting that functionality into [a separate module](facebook@12a96b9).
@acdlite please correct me if there is a reason we left this here.
**test plan:**
`yarn test`
**issue:**
facebook#97551 parent b0b592c commit 80e87c4
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments