You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 errors Module '"@connect2ic/svelte"' has no exported member 'ConnectButton' and Module '"@connect2ic/svelte"' has no exported member 'ConnectDialog'.
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 errors Module '"@connect2ic/svelte"' has no exported member 'ConnectButton' and Module '"@connect2ic/svelte"' has no exported member 'ConnectDialog'.
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?
The text was updated successfully, but these errors were encountered: