Fix React deprecation warnings (#1976)
- Refactor imports of PropTypes to use the prop-types package - Upgrade dependencies that were setting off deprecation warnings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React, { Component, PropTypes } from 'react';
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { pull } from 'lodash';
|
||||
|
||||
import Icon from 'components/icons/Icon';
|
||||
|
||||
Reference in New Issue
Block a user