🐛 lint/complexity/noUselessFragments
removing assignment
#258
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Environment information
What happened?
body = <>Err</>;
becomes'Err'
. Thebody =
is lostExpected result
It should assign
Err
to the variable.Code of Conduct
The text was updated successfully, but these errors were encountered: