Forum Discussion
Russell Gove
Jun 13, 2017Iron Contributor
@override statemant in generated spfx extensiuons
The new yeoman generaters generate methods like this
What does the @override do. I removed it and got no errors, and the extension still worked
@override public onRender(): void {
}
No RepliesBe the first to reply