i'm building app with base RComponent class and wa...
# react
d
i'm building app with base RComponent class and want to inherit some logic from it. But seems like it's impossible to call
super
in the
RComponent.init()
function. i've googled and found this ticket https://youtrack.jetbrains.com/issue/KT-11488 are there any plans to fix it?