I am running WordPress 6.2 and encountering an error when attempting to delete a plugin. I am unsure of how to proceed in resolving this issue.
updates.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘aysDeleteUninstall’)
at HTMLAnchorElement. (updates.min.js:1:28397)
at HTMLFormElement.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.2:2:43184)
at y.handle (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.2:2:41168)
Thank you so much!
The issue can be resolved by utilizing the jQuery Migrate plugin. This plugin provides assistance in identifying and addressing compatibility issues that may arise when using newer versions of jQuery with older code. By incorporating this plugin into the website’s code, the problem was effectively resolved.