Files
react/src
Paul O'Shannessy d1d2d8d463 Don't set DOM attributes to "undefined" on update
We already skip `null` and `undefined` when building up the stringified html on first render, but if you update a component to the *exact same* conditions, React will leave the DOM in a different state. We shouldn't do that.
2013-07-22 10:28:21 -07:00
..
2013-07-17 20:39:19 -07:00
2013-07-16 11:37:26 -07:00
2013-07-15 21:04:43 -07:00
2013-05-29 12:54:02 -07:00