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
* A wrapper around the {@link useEffect} hook which will only trigger the provided `cb` once, when the component is first mounted. Subsequent re-renders will not cause the callback to re-trigger.
*
* @param cb A function which will be triggered once, when the component is first mounted.