Closed as not planned
Description
Describe the bug
Dialog component provided by svelte-ux breaks (Dialog UI doesn't appear, but backdrop effect does) when changing version from next.170 to next.171. In the repro it further breaks when going from version next.176 to 177 (Backdrop no longer applies)
Reproduction
https://www.sveltelab.dev/5c2s3sjrfto39id
Logs
No output in browser console.
System Info
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "5.0.0-next.177",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"svelte-ux": "^0.72.4"
}
Tested on 3 different machines, it breaks on Firefox and Chromium
Severity
blocking an upgrade
Metadata
Metadata
Assignees
Labels
No labels