Merge branch 'ft/performance' into bug/3904-operation-not-updating

This commit is contained in:
Kyle Shockey
2017-11-16 18:55:17 -08:00
15 changed files with 406 additions and 163 deletions

View File

@@ -7,8 +7,7 @@ import * as AllPlugins from "core/plugins/all"
import { parseSearch } from "core/utils"
if (process.env.NODE_ENV !== "production") {
const Perf = require("react-addons-perf")
window.Perf = Perf
window.Perf = require("react-addons-perf")
}
// eslint-disable-next-line no-undef