hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.32k stars 285 forks source link

Svelte5 @next.174 broke SMUI #662

Open Kapsonfire-DE opened 4 months ago

Kapsonfire-DE commented 4 months ago

image

<TextField input$name="base_url" class="w-full mt-3" variant="outlined" label="Base URL" value={data.website.base_url} />
Kapsonfire-DE commented 4 months ago

Broke with next.174, works fine with next.173

"@smui/textfield": "^8.0.0-alpha.0",
dummdidumm commented 4 months ago

Can you try with the latest version of Svelte 5? If it's still reproducible, can you provide a Stackblitz reproduction? I'm not able to reproduce this error.