react-rich-diff icon indicating copy to clipboard operation
react-rich-diff copied to clipboard

doesn't work with React 16

Open adridadou opened this issue 7 years ago • 0 comments

the issue is that PropTypes is now a library. Instead of using React.PropTypes.[type] you should import PropTypes and use it directly

adridadou avatar Jan 31 '18 14:01 adridadou