(Go: >> BACK << -|- >> HOME <<)

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: transfer error when reset data in some cases #42785

Merged
merged 12 commits into from
Jun 7, 2023
Merged
Prev Previous commit
chore: clean up
  • Loading branch information
zombieJ committed Jun 7, 2023
commit b3a5f236081594720c1462d67306d38a20f158e7
8 changes: 0 additions & 8 deletions components/transfer/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ import mountTest from '../../../tests/shared/mountTest';
import rtlTest from '../../../tests/shared/rtlTest';
import Button from '../../button';

// const oriError = console.error;
// console.error = (str) => {
// if (str.includes('Maximum')) {
// throw new Error('2333');
// }
// return oriError(str);
// };

const listCommonProps: {
dataSource: { key: string; title: string; disabled?: boolean }[];
selectedKeys?: string[];
Expand Down
Loading