SolidJSS
SolidJSโ€ข3y agoโ€ข
26 replies
aabluedragon

Using WebComponents in SolidJS

Hi, I'm trying to use Sencha WebComponents in SolidJS:
https://docs.sencha.com/extwebcomponents/7.5.0/guides/getting_started/getting_started_existing_javascript_modern.html
I got it working, however there are typescript warnings for every sencha element used (even though it works in the browser):
      <ext-toolbar> {/* Shows a warning */}
        <ext-button text="get now" ontap="getNow"></ext-button> {/* Shows a warning */}
        <div id='updateDiv' style="margin-left:20px;"></div> {/* No warning here */}
      </ext-toolbar> {/* Shows a warning */}

Is there any way to bypass these warnings?

Thanks.
Was this page helpful?