Uh, kinda funky that I get a bunch of warnings on ...
# getting-started
p
Uh, kinda funky that I get a bunch of warnings on a freshly created project
Copy code
This declaration is experimental and its usage should be marked with '@kotlin.js.ExperimentalJsExport' or '@OptIn(kotlin.js.ExperimentalJsExport::class)'
Exported declaration uses non-exportable super type: RComponent<WelcomeProps, WelcomeState>
Exported declaration uses non-exportable super type: Component<WelcomeProps, WelcomeState>
This declaration is experimental and its usage should be marked with '@kotlin.js.ExperimentalJsExport' or '@OptIn(kotlin.js.ExperimentalJsExport::class)'
Exported declaration uses non-exportable super type: RComponent<WelcomeProps, WelcomeState>