Skip to content

Commit

Permalink
chore: replace rc-animate/lib/CSSMotion with rc-motion (#26049)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Aug 5, 2020
1 parent 9a67f35 commit 85e2879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/button/LoadingIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import classNames from 'classnames';
import CSSMotion from 'rc-animate/lib/CSSMotion';
import CSSMotion from 'rc-motion';
import LoadingOutlined from '@ant-design/icons/LoadingOutlined';

export interface LoadingIconProps {
Expand Down
2 changes: 1 addition & 1 deletion components/form/FormItemInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CloseCircleFilled from '@ant-design/icons/CloseCircleFilled';
import CheckCircleFilled from '@ant-design/icons/CheckCircleFilled';
import ExclamationCircleFilled from '@ant-design/icons/ExclamationCircleFilled';
import useMemo from 'rc-util/lib/hooks/useMemo';
import CSSMotion from 'rc-animate/lib/CSSMotion';
import CSSMotion from 'rc-motion';

import Col, { ColProps } from '../grid/col';
import { ValidateStatus } from './FormItem';
Expand Down

0 comments on commit 85e2879

Please sign in to comment.