Merge pull request #10480 from vector-im/t3chguy/react16

Switch to React 16
This commit is contained in:
Travis Ralston 2019-09-11 10:42:24 -06:00 committed by GitHub
commit 0b6c29d274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 93 deletions

View file

@ -33,9 +33,6 @@ import React from 'react';
// add React and ReactPerf to the global namespace, to make them easier to
// access via the console
global.React = React;
if (process.env.NODE_ENV !== 'production') {
global.Perf = require('react-addons-perf');
}
import './modernizr';
import ReactDOM from 'react-dom';