Version 1.0.3 - Warning in the browser: Fallback to JQueryUI Compat activated.

Created by Esther Nguyen, Modified on Thu, 15 Jul, 2021 at 4:28 PM by Esther Nguyen

Problem:

The warning notice while inspecting seems to appear because JS is calling the whole jquery-ui module while it only needs to call specific parts. 


Solution: 
Kindly fix the module according to our guide to make the module work as expected:
app/code/Bss/CookieNotice/view/frontend/web/js/cookienotice.js line 19

modified from

 "jquery/ui"

to

 "jquery-ui-modules/core",

 "jquery-ui-modules/widget"


If there is anything that we can assist you, please feel free to reach back and we are always willing to help.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article