Skip to content

[EDGE] Unable to get property 'apply' of undefined or null reference #70

@moebiusmania

Description

@moebiusmania

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 😃

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions