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(OnboardingTooltipContainer): rm mutation props #7475

Merged

Conversation

SevereCloud
Copy link
Contributor


Mutating component props or hook arguments is not allowed

Убираем мутации пропов, так как это не поддерживается реакт компилятором

@SevereCloud SevereCloud requested a review from a team as a code owner August 29, 2024 12:33
Copy link
Contributor

github-actions bot commented Aug 29, 2024

size-limit report 📦

Path Size
JS 379.55 KB (+0.01% 🔺)
JS (gzip) 114.98 KB (0%)
JS (brotli) 94.46 KB (-0.09% 🔽)
JS import Div (tree shaking) 1.45 KB (0%)
CSS 307.89 KB (0%)
CSS (gzip) 39.5 KB (0%)
CSS (brotli) 31.72 KB (0%)

Copy link

codesandbox-ci bot commented Aug 29, 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 Aug 29, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Aug 29, 2024

👀 Docs deployed

Commit 6a46668

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.03%. Comparing base (21dfcda) to head (6a46668).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7475   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files         375      375           
  Lines       11178    11179    +1     
  Branches     3674     3674           
=======================================
+ Hits        10623    10624    +1     
  Misses        555      555           
Flag Coverage Δ
unittests 95.03% <100.00%> (+<0.01%) ⬆️

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.

@SevereCloud SevereCloud self-assigned this Aug 29, 2024
- see #6920

---

> Mutating component props or hook arguments is not allowed

Убираем мутации пропов, так как это не поддерживается реакт компилятором
@SevereCloud SevereCloud force-pushed the SevereCloud/fix/OnboardingTooltipContainer/rm-mutation branch from 5d63503 to 6a46668 Compare August 29, 2024 13:11
@SevereCloud SevereCloud added this to the v6.6.0 milestone Aug 29, 2024
@SevereCloud SevereCloud merged commit f0ecd6d into master Aug 29, 2024
28 checks passed
@SevereCloud SevereCloud deleted the SevereCloud/fix/OnboardingTooltipContainer/rm-mutation branch August 29, 2024 14:58
@inomdzhon inomdzhon added technical task cmp:onboarding-tooltip https://vkcom.github.io/VKUI/#/OnboardingTooltip labels Aug 30, 2024
@vkcom-publisher
Copy link
Contributor

v6.6.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:onboarding-tooltip https://vkcom.github.io/VKUI/#/OnboardingTooltip technical task
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants