-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function api2 #31
Function api2 #31
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I can't think of a place where someone might want both {#if account}
<AccountModal {...account} />
{:else}
{#await evm then config}
<ConnectModal {config} state={config.state} {onConnect}/>
{/await}
{/if} |
67d931c
to
d6cd664
Compare
* migrating switch bundler to @svelte/package add svelte-preprocess to handle global styles * correct types * update example * account might be null * clarify component use
fixes issues with importing styles from #25 . Should make importing as either a function or component equally predictable.