Skip to content

Commit

Permalink
Change trackedTouchCount console.error to warn (#16750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and cpojer committed Sep 11, 2019
1 parent ae724be commit 56114a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy-events/ResponderEventPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ const ResponderEventPlugin = {
if (trackedTouchCount >= 0) {
trackedTouchCount -= 1;
} else {
console.error(
console.warn(
'Ended a touch event which was not counted in `trackedTouchCount`.',
);
return null;
Expand Down

0 comments on commit 56114a4

Please sign in to comment.