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
The prop does get set on the node object and eventually passed to the dom-serializer but I can't see the serializer doing anything with that. Should cheerio maybe set that prop as an attribute?
The text was updated successfully, but these errors were encountered:
See following Tonic for simple way to reproduce the problem:
https://tonicdev.com/alexturpin/576aadba8f0383130020fdfe
Similar code in jQuery works as intended:
https://jsfiddle.net/hew0rcsq/
The prop does get set on the node object and eventually passed to the
dom-serializer
but I can't see the serializer doing anything with that. Should cheerio maybe set that prop as an attribute?The text was updated successfully, but these errors were encountered: