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

@babel/plugin-transform-react-inline-elements performance boost #10767

Open
ilya-pyatin opened this issue Nov 26, 2019 · 1 comment
Open

@babel/plugin-transform-react-inline-elements performance boost #10767

ilya-pyatin opened this issue Nov 26, 2019 · 1 comment

Comments

@ilya-pyatin
Copy link

Hi, I have a question about @babel/plugin-transform-react-inline-elements - how can I measure the performance boost that the plugin provides?

The plugin is used on the project I'm working on, but it causes a lot of errors in the browser console ("Warning: Each child in an array or iterator should have a unique "key" prop.").

I understand that the plugin should be used only in production mode and it is indeed only the production mode that has such errors. But still I'd like even production mode to not have the errors in the console. So I'm wondering if I can remove the usage of plugin, I'm wondering how the performance would change.

Thank you

@babel-bot
Copy link
Collaborator

Hey @ilya-pyatin! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite."

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

No branches or pull requests

2 participants