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 2fc2608 commit c0d6c39Copy full SHA for c0d6c39
packages/react-datetime-picker/src/DateTimeInput.spec.tsx
@@ -6,7 +6,6 @@ import DateTimeInput from './DateTimeInput.js';
6
7
import { muteConsole, restoreConsole } from '../../../test-utils.js';
8
9
-// biome-ignore lint/correctness/useHookAtTopLevel: False positive, see https://github.com/biomejs/biome/issues/6396
10
vi.useFakeTimers();
11
12
const hasFullICU = (() => {
0 commit comments