Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VerticalNavigation): open slider where item is selected #3389

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

HQFOX
Copy link
Contributor

@HQFOX HQFOX commented May 31, 2023

No description provided.

@github-actions github-actions bot temporarily deployed to uikit/pr-3389 May 31, 2023 16:17 Destroyed
@@ -7,7 +7,7 @@ import {
ComponentProps,
} from "react";
import { clsx } from "clsx";
import uniqueId from "lodash/uniqueId";
import { uniqueId } from "lodash";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Importing lodash like this will being in the entire bundle - we don't want that

Suggested change
import { uniqueId } from "lodash";
import uniqueId from "lodash/uniqueId";

@github-actions github-actions bot temporarily deployed to uikit/pr-3389 June 1, 2023 08:22 Destroyed
Copy link
Member

@zettca zettca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@MEsteves22 MEsteves22 merged commit bdae374 into master Jun 1, 2023
3 checks passed
@MEsteves22 MEsteves22 deleted the HVUIKIT-6726_slider_fix branch June 1, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants