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
[Fix] jsx-no-literals: Avoid crashing on valueless boolean props
b8217ed removed the node.value check
leading to this crashing on any valueless boolean prop such as
<Component isWhatever />
This just readds the check.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
8
8
9
9
### Fixed
10
10
*[`no-is-mounted`]: fix logic in method name check ([#3821][]@Mathias-S)
11
+
*[`jsx-no-literals`]: Avoid crashing on valueless boolean props ([#3823][]@reosarevok)
0 commit comments