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
In my case, I have <div>{text_1}{text_2}</div> as jsdom element, only {text_2} is updated and the diffs include {text_2} as the whole text value while {text_1} is completely ignored (path doesn't seem to cover text node index?).
Probably obvious enough for the author, please let me know if you want a minimum repro.
The text was updated successfully, but these errors were encountered:
In my case, I have
<div>{text_1}{text_2}</div>
as jsdom element, only{text_2}
is updated and the diffs include{text_2}
as the whole text value while{text_1}
is completely ignored (path
doesn't seem to cover text node index?).Probably obvious enough for the author, please let me know if you want a minimum repro.
The text was updated successfully, but these errors were encountered: