stencil-styled-components
stencil-styled-components copied to clipboard
Error h not found
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 I noticed your fork might have a fix for this. Want to create a pull request if you got this fixed?