Does anybody know what's causing these? Because of them, the checkout process sometimes doesn't work properly.
I'm really frustrated as we have a deadline, so any help would be greatly appreciated.
Thank you!
Error: Mismatched anonymous define() module: function( $ ) {$.ui = $.ui || {};
var version = $.ui.version = "1.12.1";
/*!
* jQuery UI Widget 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
//>>label: Widget
//>>group: Core
//>>description: Provides a factory for creating stateful widgets with a common API.
//>>docs: http://api.jqueryui.com/jQuery.widget/
//>>demos: http://jqueryui.com/widget/
var widgetUuid = 0;
var widgetSlice = Array.prototype.slice;$.cleanData = ( function( orig ) {
return function( elems ) {
var events, elem, i;
for ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {
try {
// Only trigger remove when necessary to save time events = $._data( elem, "events" );
if ( events && events.remove ) { $( elem ).triggerHandler( "remove" );
}
// Http://bugs.jquery.com/ticket/8235
} catch ( e ) {}
} orig( elems );
};
} )( $. require.js:166:17
TypeError: $.widget is not a function[Learn More] dataPost.js:13:5
TypeError: $(...).owlCarousel is not a function[Learn More] cart:975:45
TypeError: $.ui is undefined[Learn More]