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 7.30 we have found out that some function component are highlighted by this rule even if they are declared with normal functions rather than arrow functions.
Looking at the code base we found out that these happens only for those components which has an arrow comparison function:
After upgrading to 7.30 we have found out that some function component are highlighted by this rule even if they are declared with normal functions rather than arrow functions.
Looking at the code base we found out that these happens only for those components which has an arrow comparison function:
It looks like the linter considers the comparison function as an other component.
The text was updated successfully, but these errors were encountered: