mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
edc0fa4c3f
`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`)