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 996508d commit 2b4b34aCopy full SHA for 2b4b34a
content/docs/faq-functions.md
@@ -81,7 +81,7 @@ class Foo extends Component {
81
82
>**Note:**
83
>
84
->Using an arrow in render creates a new function each time the component renders, which may have performance implications; (see below).
+>Using an arrow function in render creates a new function each time the component renders, which may have performance implications; (see below).
85
86
### Is it OK to use arrow functions in render methods?
87
0 commit comments