Skip to content

JQuery Migrate 3.4.0 warnings  #144

@fabr2004

Description

@fabr2004

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions