mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove instance of invoking ReactElement with new operator
This commit is contained in:
@@ -405,7 +405,7 @@ var ReactMount = {
|
||||
'for your app.'
|
||||
);
|
||||
|
||||
var nextWrappedElement = new ReactElement(
|
||||
var nextWrappedElement = ReactElement(
|
||||
TopLevelWrapper,
|
||||
null,
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user