Magento 2: jQuery update to 3.x causing issues with RequireJSInstalling magento on localhost serverMagento 2.1 LESS compilation issuesContinuing jQuery conflictsAdd jQuery module to admin form field - Color wheel Magento 2Magento 2 - RequireJS config file not importing JS files, no error thrownMagento + RequireJS - How to use non-AMD custom javascript with jQuery?Magento 2 curreny import issuesMagento 2 checkout page keeps on loading.In console,$.event.props is undefined in jquery.mobile.custom.js:44:2.How to clear that?How to use third party jquery libraries in magento along with requirejs?Use of non-amd jquery plugins with requirejs without modifying them?
How did old MS-DOS games utilize various graphic cards?
How can I get an unreasonable manager to approve time off?
Geopandas and QGIS Calulating Different Polygon Area Values?
Implement Own Vector Class in C++
Is this use of the expression "long past" correct?
Colloquialism for “see you later”
How do I prevent employees from either switching to competitors or opening their own business?
Importance of Building Credit Score?
Second (easy access) account in case my bank screws up
How does an ordinary object become radioactive?
How can this tool find out registered domains from an IP?
Should I give professor gift at the beginning of my PhD?
How is John Wick 3 a 15 certificate?
Why can my keyboard only digest 6 keypresses at a time?
Why didn't Voldemort recognize that Dumbledore was affected by his curse?
Overlapping String-Blocks
What makes Ada the language of choice for the ISS's safety-critical systems?
How to trick the reader into thinking they're following a redshirt instead of the protagonist?
A IP can traceroute to it, but can not ping
Is using haveibeenpwned to validate password strength rational?
Giant Steps - Coltrane and Slonimsky
Rebus with 20 song titles
What's up with this leaf?
Determining fair price for profitable mobile app business
Magento 2: jQuery update to 3.x causing issues with RequireJS
Installing magento on localhost serverMagento 2.1 LESS compilation issuesContinuing jQuery conflictsAdd jQuery module to admin form field - Color wheel Magento 2Magento 2 - RequireJS config file not importing JS files, no error thrownMagento + RequireJS - How to use non-AMD custom javascript with jQuery?Magento 2 curreny import issuesMagento 2 checkout page keeps on loading.In console,$.event.props is undefined in jquery.mobile.custom.js:44:2.How to clear that?How to use third party jquery libraries in magento along with requirejs?Use of non-amd jquery plugins with requirejs without modifying them?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've just updated my jQuery version in Magento to 3.1.4, now all of a sudden in my console it's showing this error. I know the mobile isn't compatible yet though the Require.js errors were never there, below is my console output:
Uncaught TypeError: Cannot read property 'concat' of undefined
at jquery.mobile.custom.js:44
at jquery.mobile.custom.js:523
at jquery.mobile.custom.js:15
at Object.execCb (require.js:1696)
at Module.check (require.js:883)
at Module.<anonymous> (require.js:1139)
at require.js:134
at require.js:1189
at each (require.js:59)
at Module.emit (require.js:1188)
magento2 magento-2.1 jquery requirejs requirejs-config.js
New contributor
add a comment |
I've just updated my jQuery version in Magento to 3.1.4, now all of a sudden in my console it's showing this error. I know the mobile isn't compatible yet though the Require.js errors were never there, below is my console output:
Uncaught TypeError: Cannot read property 'concat' of undefined
at jquery.mobile.custom.js:44
at jquery.mobile.custom.js:523
at jquery.mobile.custom.js:15
at Object.execCb (require.js:1696)
at Module.check (require.js:883)
at Module.<anonymous> (require.js:1139)
at require.js:134
at require.js:1189
at each (require.js:59)
at Module.emit (require.js:1188)
magento2 magento-2.1 jquery requirejs requirejs-config.js
New contributor
add a comment |
I've just updated my jQuery version in Magento to 3.1.4, now all of a sudden in my console it's showing this error. I know the mobile isn't compatible yet though the Require.js errors were never there, below is my console output:
Uncaught TypeError: Cannot read property 'concat' of undefined
at jquery.mobile.custom.js:44
at jquery.mobile.custom.js:523
at jquery.mobile.custom.js:15
at Object.execCb (require.js:1696)
at Module.check (require.js:883)
at Module.<anonymous> (require.js:1139)
at require.js:134
at require.js:1189
at each (require.js:59)
at Module.emit (require.js:1188)
magento2 magento-2.1 jquery requirejs requirejs-config.js
New contributor
I've just updated my jQuery version in Magento to 3.1.4, now all of a sudden in my console it's showing this error. I know the mobile isn't compatible yet though the Require.js errors were never there, below is my console output:
Uncaught TypeError: Cannot read property 'concat' of undefined
at jquery.mobile.custom.js:44
at jquery.mobile.custom.js:523
at jquery.mobile.custom.js:15
at Object.execCb (require.js:1696)
at Module.check (require.js:883)
at Module.<anonymous> (require.js:1139)
at require.js:134
at require.js:1189
at each (require.js:59)
at Module.emit (require.js:1188)
magento2 magento-2.1 jquery requirejs requirejs-config.js
magento2 magento-2.1 jquery requirejs requirejs-config.js
New contributor
New contributor
New contributor
asked May 31 at 6:51
JoshuaJoshua
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Joshua is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f276818%2fmagento-2-jquery-update-to-3-x-causing-issues-with-requirejs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Joshua is a new contributor. Be nice, and check out our Code of Conduct.
Joshua is a new contributor. Be nice, and check out our Code of Conduct.
Joshua is a new contributor. Be nice, and check out our Code of Conduct.
Joshua is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f276818%2fmagento-2-jquery-update-to-3-x-causing-issues-with-requirejs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown