isotoma / react-cognito

Library for integrating Facebook React and Amazon Cognito
Apache License 2.0
116 stars 48 forks source link

Accessing PropTypes via the main React package is deprecated #24

Closed egut closed 6 years ago

egut commented 6 years ago

Hi

I get this warning: lowPriorityWarning.js:40 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs

I assume its just changing from:

import React, { PropTypes } from 'react';

to:

import React from 'react'; import PropTypes from 'prop-types';

dibell commented 6 years ago

Merged. Release on it's way...