Daniel McCormack
Daniel McCormack
I have the same problem as the fine people above ☝️
I managed to get happy-dom to recognise CSS classes by following these instructions: https://stackoverflow.com/a/74160802/20318864 Unfortunately I then got an error because happy-dom didn't recognise the `::before` and `::after` selectors. ```...
I have this problem too. It looks to me like a Rails upgrade will fix it. There is a [fix for encrypted column defaults](https://github.com/rails/rails/pull/45033) in Rails v7.1.1.