You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jquery.d.ts definition of .on() should include a version without the optional selector parameter since specifying that parameter will result in a jqlite runtime error:
jqLite#on() does not support the `selector` or `eventData` parameters
And TypeScript won't compile a jqLite-compatible version of the .on() method with the current definition:
error TS2345: Argument of type 'string' is not assignable to parameter of type '{ [key: string]: any; }'.