Closed
Description
Describe the bug
I don't know why they put assetGridWidth
in curly brackets, but it's only ever set in that one place
$: {
assetGridWidth = isShowActivity ? globalWidth - (globalWidth < 768 ? 360 : 460) : globalWidth;
}
I wonder if we should try to detect that? Or if it's too much effort? Another possibility might be to make an eslint rule for it and suggest people fix it before running the migration tool
Reproduction
Logs
No response
System Info
svelte 5 as of sep 30
Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels