Skip to content

Commit 56114a4

Browse files
ascorbiccpojer
authored andcommitted
Change trackedTouchCount console.error to warn (#16750)
1 parent ae724be commit 56114a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/legacy-events/ResponderEventPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ const ResponderEventPlugin = {
514514
if (trackedTouchCount >= 0) {
515515
trackedTouchCount -= 1;
516516
} else {
517-
console.error(
517+
console.warn(
518518
'Ended a touch event which was not counted in `trackedTouchCount`.',
519519
);
520520
return null;

0 commit comments

Comments
 (0)