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
This fixes the following issue when exporting the site as a static
bundle using SvelteKit.
```
> Using @sveltejs/adapter-static
> Named export 'SvelteToast' not found. The requested module '@zerodevx/svelte-toast' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@zerodevx/svelte-toast';
const {SvelteToast} = pkg;
```
0 commit comments