Browse Source
fix: 修复#42499 (#42502)
Co-authored-by: wengzehua <wengzehua@cvte.com>
pull/42593/head
半山Alec
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/config-provider/index.tsx
|
|
@ -1,5 +1,5 @@ |
|
|
|
import IconContext from '@ant-design/icons/lib/components/Context'; |
|
|
|
import { FormProvider as RcFormProvider } from 'rc-field-form'; |
|
|
|
import { FormProvider as RcFormProvider } from 'rc-field-form/lib/FormContext'; |
|
|
|
import type { ValidateMessages } from 'rc-field-form/lib/interface'; |
|
|
|
import useMemo from 'rc-util/lib/hooks/useMemo'; |
|
|
|
import * as React from 'react'; |
|
|
|