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

[core] fix: restore PopoverPosition value export #6467

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

adidahiya
Copy link
Contributor

Changes proposed in this pull request:

#6453 caused a regression where PopoverPosition was only exported as a type and no longer a value, which was a breaking change.

This PR fixes that, it's now a regular export again.

Also removed some dead code - I realized that we had duplicated code in popoverPlacementUtils.ts and popoverMigrationUtils.ts (the latter of which was not used anywhere, I'm guessing since v5.0.0).

Reviewers should focus on:

Not much - if it compiles, it should be good

Screenshot

N/A

@adidahiya
Copy link
Contributor Author

fix compile, remove dead code

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya merged commit 543891e into develop Oct 16, 2023
12 checks passed
@adidahiya adidahiya deleted the ad/type-export-regression branch October 16, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant