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

fix(kit): fix parallel lazy loading tree nodes #9939

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

LeonidSimakov
Copy link
Contributor

The node loading engine should not cancel the previous request, because these requests are for different nodes. If switchMap cancels a request, then the loading for the cancelled node is always running.

https://t.me/taiga_ui/7924/25725

The node loading engine should not cancel the previous request, because these requests are for different nodes. If switchMap cancels a request, then the loading for the cancelled node is always running.

https://t.me/taiga_ui/7924/25725
@LeonidSimakov LeonidSimakov requested a review from a team as a code owner December 8, 2024 18:44
@LeonidSimakov LeonidSimakov requested review from MarsiBarsi, waterplea, nsbarsukov, vladimirpotekhin and mdlufy and removed request for a team December 8, 2024 18:44
Copy link

lumberjack-bot bot commented Dec 8, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@vladimirpotekhin vladimirpotekhin linked an issue Dec 9, 2024 that may be closed by this pull request
@splincode splincode merged commit c2a88d4 into taiga-family:main Dec 9, 2024
26 checks passed
@splincode splincode added the community contribution This issue was closed by a PR from the community label Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (4a26b1a) to head (721ee7d).
Report is 769 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #9939       +/-   ##
==========================================
- Coverage   75.68%       0   -75.69%     
==========================================
  Files        1216       0     -1216     
  Lines       19068       0    -19068     
  Branches     2091       0     -2091     
==========================================
- Hits        14432       0    -14432     
+ Misses       4592       0     -4592     
+ Partials       44       0       -44     
Flag Coverage Δ
summary ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community contribution This issue was closed by a PR from the community
Development

Successfully merging this pull request may close these issues.

🐞 - Tree async loading bug
3 participants