-
Couldn't load subscription status.
- Fork 196
fix(usePatchChildren): rm Omit from InjectProps types #9064
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(usePatchChildren): rm Omit from InjectProps types #9064
Conversation
size-limit report 📦
|
e2e tests |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9064 +/- ##
=======================================
Coverage 95.98% 95.98%
=======================================
Files 450 450
Lines 26203 26203
Branches 4884 4884
=======================================
Hits 25152 25152
Misses 1051 1051
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
👀 Docs deployed
📦 Package ✅yarn add @vkontakte/vkui@https://vkui-screenshot.hb.bizmrg.com/pull/9064/0037a20c9dae844300e1776ba67270dcd0c236bc/pkg/@vkontakte/vkui/_pkg.tgzCommit 0037a20 |
| ✅ v7.8.1 🎉 |
Описание
По типам в
usePatchChildrenнельзя было передавать DOM события, хотя по факту можно. В документации также есть пример с передачейonFocus.Release notes
Исправления