$.Extend error after Chrome Update 53

$.Extend error after Chrome Update 53

After the Chrome update 53, many of Jquery libraries that I am using in my projects are displaying "Maximum call stack size exceeded" while rendering the components. The stack trace shows $.extend method call as the error cause. Everything was working fine on Chrome 52, but this new update has broken most of the libraries. One curious thing is that this error happens intermittently. Has anyone ever experienced this? Thanks