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(Alert): call onClose after item's action #7546

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

inomdzhon
Copy link
Contributor

  • Unit-тесты
  • Release notes

Описание

Цитата:

Недавно столкнулся с проблемой, что в модалке основное действие не отрабатывало. В нашем компоненте мы используем компонент Alert и храним нужные данные в объекте, который сетим при открытии и уничтожаем при закрытии модалки, а в основном действии используем этот объект. Оказалось, что при выборе подтверждающего действия компонент Alert сначала вызывает onClose, а только потом само главное действие, из-за чего к моменту, когда нам нужен наш объект он оказывается уже удалённым. Решил проблему, отложив удаление нашего объекта в onClose на следующий цикл, но выглядит так, что лучше это иcправить на вашей стороне.

Release notes

Исправления

  • Alert: onClose теперь вызывается после action

@inomdzhon inomdzhon requested a review from a team as a code owner September 9, 2024 16:41
@inomdzhon inomdzhon self-assigned this Sep 9, 2024
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Sep 9, 2024
@inomdzhon inomdzhon added type:bug cmp:alert and removed patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча labels Sep 9, 2024
@inomdzhon inomdzhon added this to the v6.7.0 milestone Sep 9, 2024
Copy link
Contributor

github-actions bot commented Sep 9, 2024

size-limit report 📦

Path Size
JS 381.21 KB (0%)
JS (gzip) 115.41 KB (+0.01% 🔺)
JS (brotli) 94.67 KB (-0.17% 🔽)
JS import Div (tree shaking) 1.45 KB (0%)
CSS 309.36 KB (0%)
CSS (gzip) 39.68 KB (0%)
CSS (brotli) 31.86 KB (0%)

Copy link

codesandbox-ci bot commented Sep 9, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

github-actions bot commented Sep 9, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Sep 9, 2024

👀 Docs deployed

Commit 3d33e57

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.14%. Comparing base (722dc4a) to head (3d33e57).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7546   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files         384      384           
  Lines       11221    11221           
  Branches     3685     3685           
=======================================
  Hits        10676    10676           
  Misses        545      545           
Flag Coverage Δ
unittests 95.14% <100.00%> (ø)

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.

@inomdzhon inomdzhon merged commit 3ad055d into master Sep 10, 2024
28 checks passed
@inomdzhon inomdzhon deleted the imirdzhamolov/fix/Alert-onClose-callback branch September 10, 2024 09:00
@vkcom-publisher
Copy link
Contributor

v6.7.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants