Kotlin / kotlin-fullstack-sample

Kotlin Full-stack Application Example
https://kotlinlang.org
Apache License 2.0
1.21k stars 169 forks source link

ReactExtensions.kt needs more work for componentDidUpdate #15

Open andrewarrow opened 7 years ago

andrewarrow commented 7 years ago

https://github.com/Kotlin/kotlin-fullstack-sample/blob/master/frontend/src/org/jetbrains/react/ReactExtensions.kt

error is: 'componentDidUpdate' overrides nothing

where componentWillMount works fine.