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
Feedback sent
We appreciate your effort and will try to fix the article