Closed FluffyDiscord closed 1 year ago
If we have
<script> let className export { className as class } export let test </script>
IDE does not suggest exported class as a valid prop
class
but the "normal" one works
Both are valid in svelte https://svelte.dev/docs#component-format-script-1-export-creates-a-component-prop
Handled with Language Server in the 2023.2 IDE releases.
If we have
IDE does not suggest exported
class
as a valid propbut the "normal" one works
Both are valid in svelte https://svelte.dev/docs#component-format-script-1-export-creates-a-component-prop