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

Remove redundant dependency on hoist-non-react-statics (#6349) #8310

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

mbpreble
Copy link

@mbpreble mbpreble commented Oct 7, 2019

Issue: #6349

What I did

Removed explicit dependency of addons/a11y upon hoist-non-react-statics.
This was originally added to fix a build issue. The dependency @types/react-redux which necessitated the installation of hoist-non-react-statics has since added it as a direct dependency: DefinitelyTyped/DefinitelyTyped#33690.

This is now being resolved through the @types/react-redux dependency and does not need to be included explicitly.

How to test

Testable via successful CI build.

@vercel
Copy link

vercel bot commented Oct 7, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-fork-mbpreble-remove-hoist-non-react-statics.storybook.now.sh

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2019

Automention: Hey @ndelangen, you've been tagged! Can you give a hand here?

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

LGTM!

@shilman shilman added patch:yes Bugfix & documentation PR that need to be picked to main branch and removed patch:yes Bugfix & documentation PR that need to be picked to main branch labels Oct 7, 2019
@shilman shilman merged commit 65d10c1 into storybookjs:next Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants