Skip to content

Commit ee03658

Browse files
authored
Merge pull request #6270 from gooddata/ine-lx-1073
fix: correct import to make UI SDK compatible with older React again
2 parents 6c9dc54 + c737f3b commit ee03658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/sdk-ui-kit/src/RecurrenceForm/DateTime.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// (C) 2024-2025 GoodData Corporation
22

3-
import React, { useState, useCallback, useId } from "react";
3+
import React, { useState, useCallback } from "react";
44
import cx from "classnames";
55
import { WeekStart } from "@gooddata/sdk-model";
66
import { Datepicker } from "../Datepicker/index.js";
77
import { Timepicker, normalizeTime } from "../Timepicker/index.js";
88
import { DEFAULT_DROPDOWN_ZINDEX, MAX_VISIBLE_TIME_ITEMS_COUNT, TIME_ANCHOR } from "./constants.js";
99
import { defineMessages, FormattedMessage } from "react-intl";
1010
import { parseDate } from "../Datepicker/Datepicker.js";
11+
import { useId } from "../utils/useId.js";
1112

1213
interface IDateTimeProps {
1314
label: string;

0 commit comments

Comments
 (0)