Page 1 of 1

Browser errors were logged to the console

Posted: Wed Oct 13, 2021 2:58 pm
by Chizzle685
I have a problem with Lighthouse:


Browser errors were logged to the console:

Source:
jquery.ui.effect.min.js:3

Description:
TypeError: Cannot read properties of undefined (reading 'step') at String.<anonymous> (https://jahncke-gmbh.de/jquery.ui.effect.min.js:3:316) at Function.each (https://jahncke-gmbh.de/jquery-3.6.0.slim.min.js:2:3209) at https://jahncke-gmbh.de/jquery.ui.effect.min.js:3:216 at https://jahncke-gmbh.de/jquery.ui.effect.min.js:6:477 at https://jahncke-gmbh.de/jquery.ui.effect.min.js:2:148 at https://jahncke-gmbh.de/jquery.ui.effect.min.js:2:159

Can you help me?

Re: Browser errors were logged to the console

Posted: Wed Oct 13, 2021 3:03 pm
by crispy68
I notice your are using the 'slim' version of jQuery. This version does not have all the same functionality as the regular version. Have you tried using the regular version to see if you get the same issues?

Re: Browser errors were logged to the console

Posted: Wed Oct 13, 2021 3:12 pm
by Pablo
The slim version of jQuery does not support effects.

Re: Browser errors were logged to the console

Posted: Fri Oct 15, 2021 11:37 am
by Chizzle685
thx