Open dubecker opened 2 years ago
Hi, I'm getting errors when I want to import any components from @connect2ic/svelte.
When I run
import {ConnectButton, ConnectDialog} from '@connect2ic/svelte';
, I receive the two errorsModule '"@connect2ic/svelte"' has no exported member 'ConnectButton'
andModule '"@connect2ic/svelte"' has no exported member 'ConnectDialog'
.I'm simply running the description in the Getting Started part in your docs (https://connect2ic.github.io/docs/docs/Svelte/quick_start_svelte).
What could be the issue here?
Hey thats strange. Let me double check. Are you using webpack by any chance?
No, not using webpack. I'm using vite.
No, not using webpack. I'm using vite.
Can you try latest 0.1.0 and see if it works? I managed to run it myself.
Hi, I'm getting errors when I want to import any components from @connect2ic/svelte.
When I run
import {ConnectButton, ConnectDialog} from '@connect2ic/svelte';
, I receive the two errorsModule '"@connect2ic/svelte"' has no exported member 'ConnectButton'
andModule '"@connect2ic/svelte"' has no exported member 'ConnectDialog'
.I'm simply running the description in the Getting Started part in your docs (https://connect2ic.github.io/docs/docs/Svelte/quick_start_svelte).
What could be the issue here?