WebComponent Support
I am trying to use a
WebComponent
based package - so i tried:
However, i still get the error: Property 'esp-web-tools' does not exist on type 'JSX.IntrinsicElements'.
How does one do this properly in SolidJS? This exact method worked fine in React - so not sure what to do here.2 Replies
this doesn't work
tried it .... many times
or at least something in my tsconfig /eslint is causing it not to work.
Scratch that - i just got it working, you were right. It was a rule in my eslint that was messing with it.