Matt-Esch/virtual-dom

Is it possible to create a DOM with the VNode key attribute?

paulocheque opened this issue · 1 comments

For debugging purposes, I would like to see the VNode key in the DOM. Is it possible to add it?

Thanks in advance

Well, I added the key as a tag attribute, so I was able to see that.