-
Notifications
You must be signed in to change notification settings - Fork 77
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
refactor(modal, sheet, OpenCloseComponent): adopt openProp
to replace open
/opened
props in the interface
#8082
base: dev
Are you sure you want to change the base?
Conversation
…vention for opened prop
Citation game is on point. 🔥 PR-wise, I think I may have miscommunicated something. What I meant was to update to:
Note that this does not include renaming the |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
I'll include the steps mentioned in the PR description. |
opened
propopenProp
to the OpenCloseComponent
interface to specify the opening/closing control prop to phase out open/opened
props.
openProp
to the OpenCloseComponent
interface to specify the opening/closing control prop to phase out open/opened
props.openProp
to replace open
/opened
props in the OpenCloseComponent
interface
openProp
to replace open
/opened
props in the OpenCloseComponent
interface openProp
to replace open
/opened
props in the interface
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
Related Issue: #4544
Summary
Introduces
openProp
property on theOpenCloseComponent
interface which specifies the name of the prop that controls opening/closing (similar to openTransitionProp). The new property phases outopen
andopened
props.Picking up 2 related comments:
#7680 (comment)
#7685 (comment)