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
Calling super.componentDidMount() crashes on a class that extends Component.
It's weird to have that function be "abstract" in the sense that only subclasses should implement it.