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
After upgrading to version 7.30.0 from 7.29.4 I'm now getting errors for react/no-multiline-comp for functions which are not supposed to be React components and which didn't throw previously. Functions which return null and are defined as an object property, seem to be interpreted as React components now, but shouldn't be.
After upgrading to version 7.30.0 from 7.29.4 I'm now getting errors for
react/no-multiline-comp
for functions which are not supposed to be React components and which didn't throw previously. Functions which return null and are defined as an object property, seem to be interpreted as React components now, but shouldn't be.A minimal example demonstrating this behavior:
The text was updated successfully, but these errors were encountered: