Files
react/src
Cheng Lou edc0fa4c3f assertValidProps for updating DOM components through renderComponent
`renderComponent(<div style={invalidType}/>, container)` throws correctly,
but not when it's called a second time (i.e. updating rather than mounting).
It goes through `ReactDOMComponent.updateComponent` but there wasn't a
props assertion there.
(Removed the assertion in `receiveComponent`)
2014-03-25 13:05:44 -07:00
..
2014-03-25 13:05:44 -07:00
2014-03-25 13:05:44 -07:00
2014-03-25 13:05:43 -07:00
2013-05-29 12:54:02 -07:00