stencil-styled-components icon indicating copy to clipboard operation
stencil-styled-components copied to clipboard

Error h not found

Open wanbinkimoon opened this issue 5 years ago • 1 comments

While compiling any component I recieve this

ReferenceError: h is not defined

pointing this line in smy-component.entry.js

return h(Tag, { class: componentId, ref: (props && props.ref) }, children)

wanbinkimoon avatar May 23 '19 09:05 wanbinkimoon

@wanbinkimoon I noticed your fork might have a fix for this. Want to create a pull request if you got this fixed?

NEO97online avatar Jun 09 '19 18:06 NEO97online