Harley Dela Cruz
Harley Dela Cruz
sample xml: ``` xml ``` output: ``` json { "elements": [ { "type": "element", "name": "test-child" } ] } ``` expected output: ``` json { "elements": [ { "type": "element",...
When patching with an element that has a dot (.) on its id, the text after the dot becomes a class. ``` javascript const div1 = document.createElement('div') const div2 =...
This issue is actually weird because it doesn't always happen, so it's quite hard to reproduce. But I was able capture a screen recording of the issue happening. I'm using...