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-props-no-spread-multi.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Disallow JSX prop spreading the same expression multiple times (`react/jsx-props-no-spread-multi`)
2
2
3
-
💼 This rule is enabled in the ☑️ `recommended`[config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
4
-
5
3
<!-- end auto-generated rule header -->
6
4
7
5
Enforces that any unique express is only spread once. Generally spreading the same expression twice is an indicator of a mistake since any attribute between the spreads may be overridden when
0 commit comments