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
Fixing an edge case when dom element was queried inside the high order component function on page load.
The fix is to render component before running the high order function.