We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a397e commit 79415f1Copy full SHA for 79415f1
docs/rules/no-deprecated.md
@@ -23,7 +23,7 @@ const propTypes = {
23
foo: PropTypes.bar,
24
};
25
26
-import {React, PropTypes} from 'react';
+import React, { PropTypes } from 'react';
27
```
28
29
The following patterns are not considered warnings:
0 commit comments