mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix remaining onNativeOperation → onHostOperation rename
We renamed it in #6754 but #6748 got merged after that referencing the old name.
This commit is contained in:
@@ -216,7 +216,7 @@ var DOMPropertyOperations = {
|
||||
node.removeAttribute(name);
|
||||
if (__DEV__) {
|
||||
ReactDOMInstrumentation.debugTool.onDeleteValueForProperty(node, name);
|
||||
ReactInstrumentation.debugTool.onNativeOperation(
|
||||
ReactInstrumentation.debugTool.onHostOperation(
|
||||
ReactDOMComponentTree.getInstanceFromNode(node)._debugID,
|
||||
'remove attribute',
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user