There was an error while loading. Please reload this page.
1 parent a6116b3 commit 755cc96Copy full SHA for 755cc96
src/test/ReactPerf.js
@@ -56,7 +56,7 @@ var ReactPerf = {
56
}
57
return func.apply(this, arguments);
58
};
59
- wrapper.displayName = objName + '.' + fnName;
+ wrapper.displayName = objName + '_' + fnName;
60
return wrapper;
61
62
return func;
0 commit comments