[PR #3301] fix(web): remove dependency on rxjs #9920

Closed
opened 2026-02-05 14:13:00 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/3301

State: closed
Merged: Yes


The dependency on rxjs has been removed in favour of iterators as it's clearer and the nature of the workload is inherently non-reactive. The uncaught error when the list of files is empty has also been implicitly fixed by this change.

Fixes: https://github.com/immich-app/immich/issues/3300

**Original Pull Request:** https://github.com/immich-app/immich/pull/3301 **State:** closed **Merged:** Yes --- The dependency on rxjs has been removed in favour of iterators as it's clearer and the nature of the workload is inherently non-reactive. The uncaught error when the list of files is empty has also been implicitly fixed by this change. Fixes: https://github.com/immich-app/immich/issues/3300
OVERLORD added the pull-request label 2026-02-05 14:13:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9920