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

Application error: a client-side exception has occurred (see the browser console for more information). #75

Closed
xcollantes opened this issue Jan 22, 2024 · 3 comments · Fixed by #76
Assignees
Labels
bug Something isn't working P0 Negative effect on users

Comments

@xcollantes
Copy link
Owner

xcollantes commented Jan 22, 2024

Error showing up on mobile and desktop for Safari browser.

@xcollantes xcollantes added bug Something isn't working P0 Negative effect on users labels Jan 22, 2024
@xcollantes
Copy link
Owner Author

Safari console terminal showed known issue:

#74

TypeError: Object.groupBy is not a function. (In 'Object.groupBy(n,e=>e.articleType)', 'Object.groupBy' is undefined)
(anonymous function) — index-b9ca9ba306fa8374.js:1:5523
uI — framework-305cb810cde7afac.js:9:84122
oU — framework-305cb810cde7afac.js:9:113186
o — framework-305cb810cde7afac.js:9:107739
x — framework-305cb810cde7afac.js:33:1366
T — framework-305cb810cde7afac.js:33:1896

@xcollantes
Copy link
Owner Author

Since this function won't ship with TypeScript for an undetermined amount of time in the TypeScript 5.4 release, write some manual way to express this function.

@xcollantes
Copy link
Owner Author

Use the array.reduce() as a substitute.

@xcollantes xcollantes linked a pull request Jan 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Negative effect on users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant