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(CustomScrollView): rm mutation props #7479

Merged
merged 2 commits into from
Aug 30, 2024

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:51
Copy link
Contributor

github-actions bot commented Aug 29, 2024

size-limit report 📦

Path Size
JS 380.1 KB (-0.01% 🔽)
JS (gzip) 115.09 KB (-0.01% 🔽)
JS (brotli) 94.51 KB (+0.11% 🔺)
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 39aacc7

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.01%. Comparing base (21dfcda) to head (39aacc7).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7479      +/-   ##
==========================================
- Coverage   95.03%   95.01%   -0.02%     
==========================================
  Files         375      375              
  Lines       11178    11144      -34     
  Branches     3674     3655      -19     
==========================================
- Hits        10623    10589      -34     
  Misses        555      555              
Flag Coverage Δ
unittests 95.01% <100.00%> (-0.02%) ⬇️

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/CustomScrollView/rm-mutation-props branch from 00f1458 to f39e21b Compare August 29, 2024 13:09
@SevereCloud SevereCloud marked this pull request as draft August 29, 2024 13:18
@SevereCloud SevereCloud marked this pull request as ready for review August 29, 2024 14:57
@inomdzhon inomdzhon merged commit 01a75d7 into master Aug 30, 2024
31 of 43 checks passed
@inomdzhon inomdzhon deleted the SevereCloud/fix/CustomScrollView/rm-mutation-props branch August 30, 2024 09:16
@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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants