Fork me on GitHub
#reagent
<
2015-10-26
>
escherize12:10:07

Just noticed the google-maps project in the reagent cookbook centers around Sydney! represent! simple_smile 🐨

manutter5123:10:50

I figured out my reagent issue — basically a mental copy/paste error. I’ve been working on CSS stylesheets at work, and was thoughtlessly using the “!important” tag to apply my customizations to the style attribute.

manutter5123:10:12

Which of course is not valid syntax for the style attribute, so React was refusing to render it.