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: docs/rules/jsx-no-bind.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,4 +207,4 @@ const Button = () => {
207
207
208
208
## When Not To Use It
209
209
210
-
If you do not use JSX or do not want to enforce that `bind` or arrow functions are not used in props, then you can disable this rule.
210
+
If you do not use JSX or do not want to enforce that `bind`, functions declared in the render method of a component or functions declared in the body of a functional component are not used in props, then you can disable this rule.
0 commit comments