callback props from withMutation now keep their identity

This commit is contained in:
Chi Vinh Le
2017-08-16 23:41:14 +07:00
parent ae81d5cb3c
commit f8031be865
2 changed files with 33 additions and 4 deletions
@@ -72,7 +72,7 @@ const ActionButton = ({children}) => {
);
};
export default class Comment extends React.PureComponent {
export default class Comment extends React.Component {
constructor(props) {
super(props);