Files
react/src/core
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-12 15:42:25 -07:00
2013-06-13 17:40:52 -07:00
2013-05-29 12:54:02 -07:00
2013-07-10 15:06:18 -07:00
2013-05-29 12:54:02 -07:00
2013-07-08 11:49:42 -07:00