Replies: 1 comment 1 reply
-
@kenny101 Hi! Can you create a glitch project with your version of svelte, I can try to mix it and see what's the problem there? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a PWA built using sveltekit. I import the PWAInstallElement but there appears to be a type error.
Argument of type 'typeof PWAInstallElement' is not assignable to parameter of type 'ConstructorOfATypedSvelteComponent'.
What's the correct way to use this with svelte? ThanksBeta Was this translation helpful? Give feedback.
All reactions