avoid triggering unmatch when unregister

This commit is contained in:
afc163 2017-11-01 22:10:11 +08:00
parent 05c56553a2
commit 9b2c40cdd7

View File

@ -85,6 +85,8 @@ export default class Row extends React.Component<RowProps, {
},
}));
},
// Keep a empty destory to avoid triggering unmatch when unregister
destroy() {},
},
));
}