mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
callback props from withMutation now keep their identity
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user