jsx-no-leaked-render
: Don't report errors on empty strings if React >= v18
#3479
Labels
jsx-no-leaked-render
: Don't report errors on empty strings if React >= v18
#3479
As mentioned and discussed here: #3203 (comment)
Modify the
jsx-no-leaked-render
rule to not report errors on empty strings if React is detected to be above or equal to v18, because React Native no longer throws on empty stringsRelated docs PR: #3468
The text was updated successfully, but these errors were encountered: