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
Not a question, feature request, or anything other than a bug report directly related to Svelte Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
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
install svelte 5 and turn on runes mode on
add splide-svelte and try to build
..
Expected Behaviour
that this is running in runes modes
The text was updated successfully, but these errors were encountered:
Checks
Version
0.2.9
Description
build errors
svelte-check errors:
Reproduction Link
No response
Steps to Reproduce
..
Expected Behaviour
that this is running in runes modes
The text was updated successfully, but these errors were encountered: