vikignt/svelte-mui

Dialog component make a mistake: ClassName “dialog svelte-{hash}” have been lost from the internal "div" while prop "class" was used

SakuOtonashi opened this issue · 0 comments

const { style, visible, width, modal, closeByEsc, beforeClose, ...other } = $$props;
Variable "other" contains props "class" which prop covered inline attr "class". Why not use variable "$$restProps" instead of variable “attrs”?