super.componentDidMount not implemented by React.Component #25333
Labels
Bug
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
0.59.3
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.
is this intentional?
The text was updated successfully, but these errors were encountered: