omcljs / om

ClojureScript interface to Facebook's React
6.66k stars 363 forks source link

Escapes html for style string values #852

Closed petterik closed 7 years ago

petterik commented 7 years ago

Fix for #851

anmonteiro commented 7 years ago

Thanks for narrowing this down. Looks like this is what React also does?

petterik commented 7 years ago

I'm not sure. But it seems like it's what rum does: https://github.com/tonsky/rum/blob/gh-pages/src/rum/server_render.clj#L292