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

Runtime error of Object.assign #143

Open
Khachatour opened this issue Jan 20, 2018 · 1 comment
Open

Runtime error of Object.assign #143

Khachatour opened this issue Jan 20, 2018 · 1 comment

Comments

@Khachatour
Copy link

Hey there folks!!
I am using this great tool, in our pretty big react application. So we have our own error reporter for runtime error, and yesterday I've noticed Object.assign is not a function, after debugging trough our minified code, we finally found where it was. In ./src/createProps.js on line 9. Yes and by the way the browser from which we got that error was very old, if I im not wrong it was Firefox 32 or something. So the problem is that Object.assign is not supported there. And there is no check for support and usage of polyfill.
So thats the info about error. It would be very cool and pleasing to me, if you allow me to fix this and give you a pr :)

@jacargentina
Copy link

@Khachatour please test with https://jacargentina.github.io/react-flexbox-grid/. It includes @babel/polyfill si it should work fine.

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

No branches or pull requests

2 participants