You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jQuery 3.6.0, $element.css("--custom") correctly returned undefined for a custom property that isn’t set. But in jQuery 3.6.1, it crashes with TypeError: ret is undefined.