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
With react/destructuring-assignment rule turned on, we get false positives for the case when render function is defined inside an object. Seems like such function is treated the same way as a render function inside React class component and the first argument of such function is expected to be destructured before use.