-
With the new Svelte 4 release, trying to build my SvelteKit project fails due to the `peer svelte@"^3.0.0"` dependency in Svelte-mapbox.
Just messing with it in dev, I don't have any issues using S…
-
I'm trying to add HMR support to my existing Sapper apps. Aside from the warnings about named exports which I'm assuming don't factor in to this, it looks like the hmr filesystem is lacking some of my…
-
When building with SvelteKit 2 and Vite 5:
```
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
@beyonk/svelte…
-
So, apologies for the next bug report, since it's another mystery one.
```
✘ ant@xeno ~/Projects/beyonk-pwa feature/hmr ● npm run dev
> beyonk-pwa@6.0.0 dev /home/ant/Projects/beyonk…
-
Even with the dependencies mentioned in [58](https://github.com/subnub/myDrive/issues/58)
```
"@types/express-serve-static-core": "4.17.20"
"@types/express": "4.17.2"
```
or other [workarounds]…
-
I've updated the vite config to contain the ssr/noexternal/dayjs but I am errors on all files with the "extend" issue, see excertp below:
```
...
3:40:13 PM [vite] Error when evaluating SSR module …
-
node.js 16.14.0
package.json:
```
{
"name": "myapp",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview --port 4…
-
I'm using SvelteKit and this library to display toast notifications.
Making a project I discovered that calling any notifier function from the `onMount` of Svelte will duplicate the toast.
![unkno…
ghost updated
2 years ago
-
I am currently experimenting with using svelte-mapbox in my project.
As part of this, I have built a custom 'mapLine.svelte' component.
I am trying to getContext in the following way:
` impo…
-
I've tried multiple svelte components (installed with npm) already.
But somehow I'm getting the following error with some of them:
```
Uncaught TypeError: NotificationDisplay is not a constructor
…