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

e.at() is not a function #2925

Open
steffenkleinle opened this issue Sep 12, 2024 · 0 comments
Open

e.at() is not a function #2925

steffenkleinle opened this issue Sep 12, 2024 · 0 comments
Labels
Bug Something isn't working reproduction-needed Cannot be reproduced Web Affects the web project

Comments

@steffenkleinle
Copy link
Member

Describe the Bug

We have lots of issues of e.at() is not a function in sentry:
Sentry Issue: INTEGREAT-APP-70V

This seems to be related to deepmerge and missing support for Array.prototype.at() in old browsers:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibility

It might cause requests to fail.

Steps to Reproduce

Reproduction needed.

Expected Behavior

I'd expect everything to work.

Actual Behavior

Additional Information

Investigate why this is happening and why our es-check tool does not detect it.
A polyfill might fix this issue.

@steffenkleinle steffenkleinle added Bug Something isn't working Web Affects the web project reproduction-needed Cannot be reproduced labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working reproduction-needed Cannot be reproduced Web Affects the web project
Projects
Status: No status
Development

No branches or pull requests

1 participant