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
Hello, I'm trying to use sveltekit with mdui. I've never used before any of these, so there is quite high chance that I did something wrong but I would be glad for any help. The preview server is started using vite dev.
When the mdui component is initialized, some default attributes are added. For example, <mdui-text-field label="Text Field"></mdui-text-field> changes to <mdui-text-field label="Text Field" variant="filled" type="text"></mdui-text-field> after initialization. However, these default attributes are removed in SvelteKit. I'm not familiar with SvelteKit and I'm unclear about what it's doing.
I also tested other web component libraries (like Shoelace) in SvelteKit, and I encountered the same issue, so this might be a problem with SvelteKit. I recommend providing feedback to the SvelteKit community.
Hello, I'm trying to use sveltekit with mdui. I've never used before any of these, so there is quite high chance that I did something wrong but I would be glad for any help. The preview server is started using
vite dev
.22-08-2024.14-11.mp4
The text was updated successfully, but these errors were encountered: