David Ford

Results 8 comments of David Ford

Then after accepting all of the defaults, I end up getting this message: ![image](https://cloud.githubusercontent.com/assets/123349/26020736/4860139c-3737-11e7-80d9-43859a493a32.png) But if do as instructed, I get more errors: ![image](https://cloud.githubusercontent.com/assets/123349/26020750/79c14e2e-3737-11e7-828e-887861fa444b.png) 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.