We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery 4 compatibility is now a current concern Please replace the deprecated $.isArray with Array.isArray in theme.js
We have a fix, please see Pull Request here: #2501
Fixed by: @smulvih2 https://github.com/smulvih2
Upgrade to jQuery 4 Use current GCWeb
Javascript exception $.isArray no longer exists in jQuery 4
No javascript exceptions
Drupal 11.1.3 currently ships with jQuery 4 as provided by the latest dev build of WxT
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
jQuery 4 compatibility is now a current concern
Please replace the deprecated $.isArray with Array.isArray in theme.js
We have a fix, please see Pull Request here:
#2501
Fixed by: @smulvih2
https://github.com/smulvih2
To Reproduce
Upgrade to jQuery 4
Use current GCWeb
Current behaviour
Javascript exception $.isArray no longer exists in jQuery 4
Expected behaviour
No javascript exceptions
Additional context
Drupal 11.1.3 currently ships with jQuery 4 as provided by the latest dev build of WxT
The text was updated successfully, but these errors were encountered: