Property 'swiper-container' does not exist on type 'JSX.IntrinsicElements' #7199
Unanswered
adamvilmin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If, as you suggest, you already have a .d.ts file that contains something like this:
you may want to check if you have the path to your .d.ts file in the "include" array in your tsconfig.json |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the instructions for react usage with the web components and still getting the
Property 'swiper-container' does not exist on type 'JSX.IntrinsicElements'
error from Typescript. I saw the.d.ts
files have been added after much discussion, but I'm not sure if there's something I need to be doing to configure that. Thanks!Beta Was this translation helpful? Give feedback.
All reactions