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
There is a rule for prop value with function creation (bind, function(...), or arrow function): react/jsx-no-bind
But I can't find a rule for array ([]) or object ({}) creation.
It would be useful since it would help to avoid useless renders of pure components.