- From: xgqfrms <notifications@github.com>
- Date: Fri, 03 Jul 2020 10:11:27 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 July 2020 17:11:40 UTC
@WebReflection Thanks a lot, I had fixed that. ```html <ufo-element>👍 customElements.define("ufo-element", UFO);</ufo-element> <ufo>👎 customElements.define("ufo", UFO);</ufo> ``` <ufo-element>👍 customElements.define("ufo-element", UFO);</ufo-element> <ufo>👎 customElements.define("ufo", UFO);</ufo> -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/587#issuecomment-653626435
Received on Friday, 3 July 2020 17:11:40 UTC