Modern JS (latest 112.0.5615.121 (Official Build) (x86_64)) and our wonky #states bug
Closed this issue · 1 comments
DiegoPino commented
What?
Allison just found a bug using her shiny new stack (in my defense I debugged it)
Our AMI preview Form overrides and #states
are not conforming to modern CSS selectors (which became more strict)
@aksm @alliomeria this requires an audit on all our stack
e.g input[name="some_element"
needs to be :input[name="some_element"]
In old times (before today) all worked well. So .. there is that