mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove the unexpected character in ReactEventListener
This commit is contained in:
@@ -126,7 +126,7 @@ function handleTopLevelWithPath(bookKeeping) {
|
||||
);
|
||||
|
||||
// Jump to the root of this React render tree
|
||||
while (currentPathElementID !== newRootID) {
|
||||
while (currentPathElementID !== newRootID) {
|
||||
i++;
|
||||
currentPathElement = path[i];
|
||||
currentPathElementID = ReactMount.getID(currentPathElement);
|
||||
|
||||
Reference in New Issue
Block a user