-
Notifications
You must be signed in to change notification settings - Fork 99
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
Object.values is not a function #124
Comments
Hi @amillward! So you are probably getting this error when someone accesses your site via IE: I think this was introduced when @besLisbeth added the constants for positions, types, transitions, etc...I could be wrong tho. You can add a polyfill for it in your site, or maybe we could change it to something like: Object.keys(positions).map(position => positions[position]) PRs are welcome. |
Yeah, probably old devices running old versions of browsers...but the solutions stands: You can fix it by adding a polyfill for |
It's fixed now in v6, thanks for reporting! |
in v6: Line 125 in 5229d32
There's a object.values() here that's forgotten |
Hi,
I use react-alert throughout my site, and Sentry is telling me I'm getting many of this error each day;
I have not been able to reproduce the error, and I can't see from looking at the code why this would be happening. Anyone else having this issue or can spot what may be going on?
react-alert@5.5.0
react@16.8.6
Thanks
The text was updated successfully, but these errors were encountered: