hperrin/svelte-material-ui

Svelte5 @next.174 broke SMUI

Kapsonfire opened this issue · 3 comments

image

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

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

"@smui/textfield": "^8.0.0-alpha.0",

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.