David Ford
David Ford
Then after accepting all of the defaults, I end up getting this message:  But if do as instructed, I get more errors:  I am guessing that many Kotlin...
So after all that, I went to line 29 of HomeView.kt and changed: `h2 { +"Thoughts" }` to `h2 { +"Thoughts 2" }` Then I hit Command + S. Went...
I would suggest looking at the jsxstyle project for inspiration.
Also, GWT had this. Might be worth looking into that.
I believe it should be onClickFunction instead of onclick: ``` div { //not onClickFunction = { event -> window.alert("Kotlin!") } } ```
Here is the exact log message: Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`. This is needed so screen readers don't see main content when...
Also, what is paper-dropdown-menu-light? It is in the examples, but not clear what it is or why it's there. How does is differ from paper-dropdown-menu (without the -light suffix)? Thanks.
This is a deal breaker bug for me.