Importing web component `[...] does not exist on type 'JSX.IntrinsicElements'`
I'm trying to insert a web component in my Solid component:
But it says
But it says
Property 'stripe-payment-request' does not exist on type 'JSX.IntrinsicElements'.. Any idea how to fix this?