You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,18 +183,18 @@ both will be removed.
183
183
184
184
## Is it safe?
185
185
186
-
If you are using the `propTypes` in a conventionnal way,
186
+
If you are using the `propTypes` in a conventional way,
187
187
i.e by using them to perform type checking on the properties, that plugin should be **safe to use**.
188
188
189
189
However, some libraries are accessing the `propTypes` on the component directly.
190
190
For instance [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons/blob/3d1f2a5b7175d6e4c8985676940240776543ff60/lib/icon-button.js#L59) use them to split the properties between two components:
0 commit comments