-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
In light of sveltejs/svelte#14714, "feat: allow objects/arrays for class attribute", is a sv migrate
script for class attributes being prepared as we speak? The docs are dissuading use of class:
in versions past 5.16. This is just a thought, as I can see this being a bigger migration than $app/state
. I would like to see a migration script that can at least partially consolidate existing class:
into a single array or object attribute, and to propose possible paths forward when the script is not confident in the migration.