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(elements): use explicit exports from motion to prevent duplicates #7840

Conversation

joshblack
Copy link
Contributor

This came up during our 10.29 release. The motion package and type package both share unstable_tokens exports. Re-exporting all members from the motion package caused duplicates to appear in the ESM build. This PR addresses that by using explicit exports from the motion package

Changelog

New

Changed

  • Update elements package to re-export explicit bindings from the motion package

Removed

@joshblack joshblack requested a review from a team as a code owner February 18, 2021 20:09
@netlify
Copy link

netlify bot commented Feb 18, 2021

Deploy preview for carbon-elements ready!

Built with commit 88be1b7

https://deploy-preview-7840--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Feb 18, 2021

Deploy preview for carbon-components-react ready!

Built with commit 88be1b7

https://deploy-preview-7840--carbon-components-react.netlify.app

@joshblack
Copy link
Contributor Author

@tw15egan @andreancardona just a heads up, going to force merge this for release this afternoon. Let me know if this is a problem, happy to revert if something comes up 👀

@joshblack joshblack merged commit 64b8724 into carbon-design-system:master Feb 18, 2021
@joshblack joshblack deleted the fix/use-explicit-exports-motion branch February 18, 2021 20:47
This was referenced Feb 18, 2021
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.

1 participant