When Knockout is used with jQuery 3.0.0 (released a couple week ago), the jQuery Migrate script reports that Knockout is using the bind function from jQuery, which has been marked as deprecated. This is what I get in my console window:
JQMIGRATE: jQuery.fn.bind() is deprecated
The recommendation is to use .on() instead of .bind().
It makes knockout incompatible with jQuery 3 Slim build :/
still hoping to see this released in a stable version! 3.5.0 is still in RC
Most helpful comment
still hoping to see this released in a stable version! 3.5.0 is still in RC