hyperHTML: [EDGE] Unable to get property 'apply' of undefined or null reference
hi, I’m building some elements that hopefully will go live on production after the summer break… and this brought me to test them on Microsoft Edge, meh 😕.
In all browsers everything is going fine, on Edge I’m facing the title message, for debugging purpose I have “simplified” the code involved like this:
<div >${this.state.links.applications.map(item => {
return hyperHTML.wire(item)`<p>test</p>`
})}</div>
but I’m still getting that message… inspecting the page, this is the code that is being generated:
<div><!--_hyper_html: -172961272;--></div>
Any insight/suggestion will be appreciated 😃
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (8 by maintainers)
@WebReflection it’s Web Component v1 via the Google polyfills , so it’s Shady DOM with Edge. I’ll try to put on a little repo with a minimum code that reproduce the issue in the next hours. Thanks