We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c395c commit 69ed554Copy full SHA for 69ed554
tests/index.test.tsx
@@ -3,7 +3,7 @@ import { resetWarned } from '@rc-component/util/lib/warning';
3
import React from 'react';
4
import type { FormInstance } from '../src';
5
import Form, { Field, useForm } from '../src';
6
-import { changeValue, getInput, matchError, waitFakeTimer } from './common';
+import { changeValue, getInput, matchError } from './common';
7
import InfoField, { Input } from './common/InfoField';
8
import timeout, { waitFakeTime } from './common/timeout';
9
import type { FormRef, Meta } from '@/interface';
0 commit comments