You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got in console browser the warning:
Fallback to JQueryUI Compat activated. Your store is missing a dependency for a jQueryUI widget. Identifying and addressing the dependency will drastically improve the performance of your site.
I've been looking for jquery/ui declaration in .JS files and I found it in:
view/frontend/web/js/product/list/continue-btn.js
and
view/frontend/web/js/product/list/infinite-scroll.js
Helpful explanation: https://magento.stackexchange.com/a/293826/85869
Until you update the code should I use which one declaration instead of jquery/ui?
The text was updated successfully, but these errors were encountered:
I got in console browser the warning:
Fallback to JQueryUI Compat activated. Your store is missing a dependency for a jQueryUI widget. Identifying and addressing the dependency will drastically improve the performance of your site.
I've been looking for jquery/ui declaration in .JS files and I found it in:
view/frontend/web/js/product/list/continue-btn.js
and
view/frontend/web/js/product/list/infinite-scroll.js
Helpful explanation:
https://magento.stackexchange.com/a/293826/85869
Until you update the code should I use which one declaration instead of jquery/ui?
The text was updated successfully, but these errors were encountered: