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
Render function is called even when nothing is changed.
This creates unnecessary render function calls, which leads to performance issues when the component is complex and render function calls aren't cheap.