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: content/docs/faq-functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ class Foo extends Component {
83
83
84
84
>**Note:**
85
85
>
86
-
>Using an arrow function in render creates a new function each time the component renders, which may have performance implications (see below).
86
+
>Using an arrow function in render creates a new function each time the component renders, which may break optimizations based on strict identity comparison.
87
87
88
88
### Is it OK to use arrow functions in render methods? {#is-it-ok-to-use-arrow-functions-in-render-methods}
0 commit comments