Closed backspace closed 1 year ago
I still can’t figure out where attributes would be causing a problem. I also found that a data-test-*
attribute caused the same problem so it’s not specific to class
🤔
Thanks, didn't realize that there was a match on the attributes. I've fixed it now and added a test that ensures this get caught in the future for any new elements or during refactors.
v0.3.18 is out with this fix!
thank you 🎉
This amends the existing test to show that a
tbody
with aclass
attribute is not part of the final output. I didn’t immediately see what might be needed to get this working but I’ll look at it more in the future 🤞🏻