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
[email protected] introduced a new group static-variables for the rule sort-comp.
Now we get an error if there are static variables declared before the render method in React components.
We should update the sort-comp rule according to our requirements: static variables should be written before the static methods.
The text was updated successfully, but these errors were encountered:
[email protected] introduced a new group
static-variables
for the rulesort-comp
.Now we get an error if there are static variables declared before the
render
method in React components.We should update the
sort-comp
rule according to our requirements: static variables should be written before the static methods.The text was updated successfully, but these errors were encountered: