-
Notifications
You must be signed in to change notification settings - Fork 186
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(Button): import Tappable.module.css #7734
fix(Button): import Tappable.module.css #7734
Conversation
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. |
size-limit report 📦
|
e2e tests |
👀 Docs deployed
Commit d08129e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7734 +/- ##
=======================================
Coverage 95.14% 95.14%
=======================================
Files 383 383
Lines 11343 11343
Branches 3718 3718
=======================================
Hits 10792 10792
Misses 551 551
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❌ PatchНе удалось автоматически применить исправление на ветке 7.0-stable.
Чтобы изменение попало в ветку 7.0-stable, выполните следующие действия:
git stash # опционально
git fetch origin 7.0-stable
git checkout -b patch/pr7734 origin/7.0-stable
git cherry-pick --no-commit fcf6f8e3f56ccbe5eed81dc84c89019a99047abf
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
git push --set-upstream origin patch/pr7734
gh pr create --base 7.0-stable --title "patch: pr7734" --body "- patch #7734" |
Описание
Из-за неверного порядка css в cssm сборке
<Button loading/>
становится высокимИзменения
Добавили импорт Tappable.module.css чтобы изменить порядок css
Release notes
Исправления