Updating to React 15.5.4 gave me this warning (when running yarn upgrade):
warning auth0-lock > react-addons-css-transition-group@15.5.2: This package is deprecated and will no longer work with React 16+. We recommend you use CSSTransitionGroup from 'react-transition-group' instead.
Looks like this is the relevant documentation.
Updating to React 15.5.4 gave me this warning (when running
yarn upgrade):Looks like this is the relevant documentation.