-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Deprecate injecting custom event plugins #11690
Conversation
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.
I guess lowPriorityWarning doesn't support blacklisting? We could also monkeypatch console.warn where we inject in FB which is probably cleaner.
I can also just change how we do this for FB to (temporary) static injection. I wanted to stop exposing dynamic injection anyway. |
9456d95
to
e2e1bba
Compare
e2e1bba
to
73ce7c5
Compare
I just checked, and it does. |
* Deprecate injecting custom event plugins * Fix up tests * Fix CI * oh noes
It's time we do this IMO. See #11689.
Internally I plan to fix up the remaining five or so callsites by hand.
In any case, the ecosystem should migrate earlier since it's a trail of dependencies.