cancel
Showing results for 
Search instead for 
Did you mean: 

Uncaught Type Error in magento 2, JS not loaded properly

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Uncaught Type Error in magento 2, JS not loaded properly

I am integrating a new theme in Magento 2.2. Also I used some third party JS like bootstrap select menu, owl carousel and wow js for animation.

 

  1. I use all my third party js inside require js with a custom module.
  2. Also I edit the js with define([
    'jquery'
    ], function () {

});

 

js_errors_meg_template.png

 

I just want to know how can I resolve this because it is stuck my performance sometime.

 

If any one know the idea how to resolve this please let me know.

I run the upgrade, static-deploy, cache clear, reindex command many times.
Please let me know if you want more information