Making propTypes static

This commit is contained in:
Jeff Avallone
2019-01-13 21:30:06 -05:00
parent bf44bce954
commit 7261b0b526
5 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import PlaceholderIcon from 'react-feather/dist/icons/file-text';
import style from './style.module.css';
class Render extends React.PureComponent {
propTypes = {
static propTypes = {
expr: PropTypes.string,
onRender: PropTypes.func.isRequired
}