-
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: vk-bridge
insets deprecation
#6071
fix: vk-bridge
insets deprecation
#6071
Conversation
size-limit report 📦
|
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 c3ac649:
|
e2e tests |
👀 Docs deployed
Commit c3ac649 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #6071 +/- ##
==========================================
+ Coverage 79.26% 79.34% +0.08%
==========================================
Files 306 306
Lines 9612 9617 +5
Branches 3254 3255 +1
==========================================
+ Hits 7619 7631 +12
+ Misses 1993 1986 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Класс, спасибо! 🔥
❌ PatchНе удалось автоматически применить исправление на ветке v5.
Чтобы изменение попало в ветку v5, выполните следующие действия:
git stash # опционально
git fetch origin v5
git checkout -b patch/pr6071 origin/v5
git cherry-pick --no-commit 6338e72667e17ca95f2671abcc33b8423f72684a
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
git push --set-upstream origin patch/pr6071
gh pr create --base v5 --title "patch: pr6071" --body "- patch #6071" |
✅ v5.10.0 🎉 |
Описание
useInsets(disabled: boolean)
некорректно определялся предикат.withInsets()
. Обновил документ по миграции на v6.@vkontakte/vk-bridge
#5049