Skip to content

Commit c5a0d46

Browse files
Update README.md
1 parent d14fca4 commit c5a0d46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ class App extends React.Component<{
192192

193193
## Typing DefaultProps
194194

195-
It is easy to [type defaults for functional components](https://twitter.com/GeeWengel/status/1000242363376205825), but there is some debate in the community on how to type the `static defaultProps` field for class-based components.
196-
197195
It is easy to type a defaultProps static member of a React component. There's more than one way to do it, but since we want to show the neatest code as possible
198196
we choosed to propose this way of implementing them:
199197

0 commit comments

Comments
 (0)