SolidJSS
SolidJSโ€ข4y agoโ€ข
1 reply
Jeremy

Using custom element tags in JSX

I like to use descriptive custom elements e.g. <image-container> instead of <div> soup. Coming from Svelte, is there a way to make VSCode's tsx typescript checker not yell at me for doing this? It seems Solid itself handles it fine.
Was this page helpful?