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: defaultButtonComponentProps #6372

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

SevereCloud
Copy link
Contributor

@SevereCloud SevereCloud commented Jan 12, 2024

Описание

Добавляем type="button" по умолчанию для <button> компонентов

@SevereCloud SevereCloud requested a review from a team as a code owner January 12, 2024 14:25
Copy link
Contributor

github-actions bot commented Jan 12, 2024

size-limit report 📦

Path Size
JS 347.67 KB (+0.02% 🔺)
JS (gzip) 106.31 KB (+0.02% 🔺)
JS (brotli) 87.87 KB (+0.07% 🔺)
JS import Div (tree shaking) 1.43 KB (0%)
CSS 256.49 KB (0%)
CSS (gzip) 33.59 KB (0%)
CSS (brotli) 27.28 KB (0%)

Copy link

codesandbox-ci bot commented Jan 12, 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.

Latest deployment of this branch, based on commit 6cd72ed:

Sandbox Source
VKUI TypeScript Configuration

Copy link
Contributor

github-actions bot commented Jan 12, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Jan 12, 2024

👀 Docs deployed

Commit 6cd72ed

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (22111f7) 81.26% compared to head (6cd72ed) 81.26%.
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6372   +/-   ##
=======================================
  Coverage   81.26%   81.26%           
=======================================
  Files         326      326           
  Lines       10108    10109    +1     
  Branches     3397     3398    +1     
=======================================
+ Hits         8214     8215    +1     
  Misses       1894     1894           
Flag Coverage Δ
unittests 81.26% <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.

@inomdzhon inomdzhon linked an issue Jan 12, 2024 that may be closed by this pull request
@SevereCloud SevereCloud force-pushed the SevereCloud/fix/defaultButtonComponentProps branch from c3d2640 to 6cd72ed Compare January 15, 2024 08:57
Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@SevereCloud SevereCloud requested a review from inomdzhon January 15, 2024 09:55
@SevereCloud SevereCloud merged commit 694323f into master Jan 15, 2024
24 checks passed
@SevereCloud SevereCloud deleted the SevereCloud/fix/defaultButtonComponentProps branch January 15, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Любой Button вызывает submit в формах
3 participants