Skip to content
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

Svelte 5 runes mode #17

Open
2 tasks done
croban opened this issue Nov 15, 2024 · 0 comments
Open
2 tasks done

Svelte 5 runes mode #17

croban opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@croban
Copy link

croban commented Nov 15, 2024

Checks

Version

0.2.9

Description

build errors

error during build:
[vite-plugin-svelte] [plugin vite-plugin-svelte] node_modules/@splidejs/svelte-splide/components/Splide/Splide.svelte (96:7): node_modules/@splidejs/svelte-splide/components/Splide/Splide.svelte:96:7 Cannot use `$$restProps` in runes 
mode

svelte-check errors:

\node_modules\@splidejs\svelte-splide\components\Splide\Splide.svelte.d.ts:4:10
Error: Import declaration conflicts with local declaration of 'Splide'.
import type { ComponentConstructor, Options, PaginationData, PaginationItem, SlideComponent } from '@splidejs/splide';
import { Splide } from '@splidejs/splide';
declare const __propDef: {

Reproduction Link

No response

Steps to Reproduce

  1. install svelte 5 and turn on runes mode on
  2. add splide-svelte and try to build
    ..

Expected Behaviour

that this is running in runes modes

@croban croban added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant