-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
[react-interactions] Rename Flare listeners prop to DEPRECATED_flareListeners #17394
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. Latest deployment of this branch, based on commit 11f9004:
|
Details of bundled changes.Comparing: 3ad0764...11f9004 react-dom
ReactDOM: size: 0.0%, gzip: -0.0% Size changes (stable) |
Details of bundled changes.Comparing: 3ad0764...11f9004 react-test-renderer
react-dom
ReactDOM: size: 0.0%, gzip: -0.0% Size changes (experimental) |
f02e0d7
to
73a412e
Compare
…isteners Apply fixes Apply fixes
73a412e
to
11f9004
Compare
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.
Thank you for renaming!
Do you completely reject this api? It looked very good from type system point of view. All low level event listeners could be eliminated in favour of single listeners prop. |
@TrySound We don't necessarily reject the |
…isteners (#17394)
This renames the
listeners
prop toDEPRECATED_flareListeners
. This is for two reasons:listeners
prop in the future