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 8f0f289 commit 79af88dCopy full SHA for 79af88d
react/README.md
@@ -57,7 +57,7 @@
57
}
58
59
60
- // bad (since arrow functions do not have a "name" property)
+ // bad (relying on function name inference is discouraged)
61
const Listing = ({ hello }) => (
62
<div>{hello}</div>
63
);
0 commit comments