OK, simplifying things, have done a create-react-k...
# react
c
OK, simplifying things, have done a create-react-kotlin-app and pasted in my example code (with input instead of styledInput and no css line, just to keep things real basic) after the ticker <p>... and I do get a "for" attribute in my output, however all is not well... The console shows the following warning:
Copy code
Warning: Invalid DOM property `for`. Did you mean `htmlFor`?
    in label (created by App)
    in App
so something still seems a bit wrong, which might be causing my initial issue in more complex code?