I might not be able to provide enough data for debugging, but I'll describe the issue just in case someone encounters something similar.
In my working Angular 18 app, I have a document upload functionality. After updating tslib from version 2.7.0 to 2.8.0, pressing the upload button crashes the entire app (with no errors in the console).
This only happens in Edge—everything works fine in Chrome. Additionally, this issue didn’t occur locally.
Rolling back to version 2.7.0 resolved the problem.
Well, it seems the issue is related to the Chromium engine or something else, as the error Error code: STATUS_ACCESS_VIOLATION now appears in both Chrome and Edge, but not in Firefox. Closing the issue.
Hello,
I might not be able to provide enough data for debugging, but I'll describe the issue just in case someone encounters something similar.
In my working Angular 18 app, I have a document upload functionality. After updating tslib from version 2.7.0 to 2.8.0, pressing the upload button crashes the entire app (with no errors in the console).
This only happens in Edge—everything works fine in Chrome. Additionally, this issue didn’t occur locally.
Rolling back to version 2.7.0 resolved the problem.