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

Upgrade babel-plugin-flow-react-proptypes #1578

Merged

Conversation

Hypnosphi
Copy link
Contributor

Fixes #1577

How to test: run yarn build and inspect the output at dist/es/Grid/Grid.js:1267:

// before
"\"aria-label\"": PropTypes.string.isRequired,

// after
"aria-label": PropTypes.string.isRequired,

Copy link
Contributor

@wuweiweiwu wuweiweiwu left a comment

Choose a reason for hiding this comment

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

Thanks for this!! Will release and update in comment

@wuweiweiwu wuweiweiwu merged commit 50f30d4 into bvaughn:master Aug 10, 2020
@wuweiweiwu
Copy link
Contributor

published! https://www.npmjs.com/package/react-virtualized/v/9.22.1 thank you for all your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants