mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Change ref from ReactID to ReactInstanceHandles
This commit is contained in:
@@ -201,7 +201,7 @@ var ReactMultiChild = {
|
||||
var child = children[name];
|
||||
if (children.hasOwnProperty(name) && child) {
|
||||
var mountImage = child.mountComponent(
|
||||
// Inlined for performance, see `ReactID.createReactID`.
|
||||
// Inlined for performance, see `ReactInstanceHandles.createReactID`.
|
||||
this._rootNodeID + '.' + name,
|
||||
transaction
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user