-
Notifications
You must be signed in to change notification settings - Fork 935
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
Map is a global object in ES6 #30
Comments
When you initially get the component from the module, you can do something as follows:
So that from now on the component's name has been renamed to |
@frodosamoa Thanks, I know I can rename it when I use it. But as long as I want to modify or contribute to this repo, I do not believe use the word "Map" is a good solution. |
Thanks @wuct and @frodosamoa. I would appreciate a better naming for |
I personally like |
Released v1.0.0 and closed this now. |
Since Map is a global object in ES6, redefining it to a React class may have some side effects.
The text was updated successfully, but these errors were encountered: