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
When a CSS selector contains an unsupported selector (:active for instance), the component will throw an exception. However, it will also throw a warning because of the behavior of array_map when an exception is thrown in its callback: http://3v4l.org/rDT3R
This is annoying, especially when trying to catch the exception to ignore the unsupported selector.