-
Notifications
You must be signed in to change notification settings - Fork 476
Warn and fill event shorthands #230
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
Comments
May I ask, why is this a warning in migrate 3? It's really irritating when trying to move from jQuery 2.x -> 3.x and the console is flooded with logs pertaining to 4+/never removals. Surely it can at least be an info/debug line so it's possible to filter out. The task isn't even closed and it's marked 3.3.0, which is yet to be released. |
@lpd-au In DevTools you can often filter console messages, e.g. in Chrome you can put "-shorthand" in the filter box and you won't see those messages; you can focus on other ones then. |
Core ref jquery/jquery#3214
Docs ref jquery/api.jquery.com#972
The text was updated successfully, but these errors were encountered: