You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📜 Description
Minor tweaks to `KeyboardToolbar` view props inheritance coming from
this PR
#603
## 💡 Motivation and Context
I wanted to unify documentation style.
On JS side we should do spreading first, because otherwise unspecified
props can overwrite our props and it may lead to unpredictable behavior.
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### JS
- spread `rest` before specifying other props (because in props
declaration we omit props that we use);
### Docs
- unify props inheritance style across documentation style.
## 🤔 How Has This Been Tested?
Tested manually on localhost:3000.
## 📸 Screenshots (if appropriate):
<img width="1423" alt="image"
src="https://github.com/user-attachments/assets/4cb3f44c-129b-43e1-a0bf-eeeac7568491">
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
0 commit comments