Skip to content
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

JQuery Migrate 3.4.0 warnings #144

Open
fabr2004 opened this issue Oct 30, 2022 · 0 comments
Open

JQuery Migrate 3.4.0 warnings #144

fabr2004 opened this issue Oct 30, 2022 · 0 comments

Comments

@fabr2004
Copy link

While upgrading from JQuery 2.2.4 to 3.6.1, I installed JQuery Migrate 3.4.0 and got the following warnings:

JQMIGRATE: jQuery.type is deprecated
lines: 299, 500, 544 show below

this.run(data);

if ($.isPlainObject(data))

new Notification(null, data, options);

JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray
lines: 474, 520, 299, 544 show below

if ($.isArray(this.options.className)) {

this.updateClasses();

this.run(data);

new Notification(null, data, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant