Skip to content

Commit

Permalink
Update ReactWrapperComponent to use prop-types package
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored and ljharb committed Apr 12, 2017
1 parent 3ff9832 commit f5f6001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ReactWrapperComponent.jsx
@@ -1,4 +1,5 @@
import React, { PropTypes } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import objectAssign from 'object.assign';

/* eslint react/forbid-prop-types: 0 */
Expand Down

0 comments on commit f5f6001

Please sign in to comment.