My browser console is really cluttered with jQuery migrate deprecation warnings which is really not nice when developing. Most of them belongs to ACF scripts.
To Reproduce
Steps to reproduce the behavior:
Edit a post on the block editor
Open your devtools
Select the "console" tab
Look for your console.log between hundred of lines of deprecation warnings
Expected behavior
No deprecations.
Version Information:
WordPress Version: 6.5
PHP Version: 8.2
ACF Version: ACF PRO 6.3
Browser: Chrome
Additional context
Most of those deprecations are really easy to fix. It seems to be mostly event related functions like .keypress() -> .on('keypress'), etc.
Your are developers too, I'm pretty sure you can understand how annoying this can be 🙏
Describe the bug
My browser console is really cluttered with jQuery migrate deprecation warnings which is really not nice when developing. Most of them belongs to ACF scripts.
To Reproduce Steps to reproduce the behavior:
console.log
between hundred of lines of deprecation warningsExpected behavior
No deprecations.
Version Information:
Additional context
Most of those deprecations are really easy to fix. It seems to be mostly event related functions like
.keypress()
->.on('keypress')
, etc.Your are developers too, I'm pretty sure you can understand how annoying this can be 🙏