From 6edc03c58b111f90258a1bc634f4f0b82dbe0539 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 27 Jul 2021 16:23:46 -0600 Subject: [PATCH] add ReportActionItem --- wdyr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wdyr.js b/wdyr.js index 5a157fd840e1..fcb08afef107 100644 --- a/wdyr.js +++ b/wdyr.js @@ -12,6 +12,7 @@ if (useWDYR && process.env.NODE_ENV === 'development') { // Include and exclude components to be tracked by their displayName here include: [ /^Avatar/, + /^ReportActionItem/, /^ReportActionItemSingle/, ], exclude: [],