Skip to content

Commit

Permalink
oh wow, silly me... 🫠
Browse files Browse the repository at this point in the history
Resolves #223
  • Loading branch information
xeho91 committed Oct 29, 2024
1 parent e01013c commit 6c887e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compiler/pre-transform/codemods/legacy-story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export function transformLegacyStory(params: Params): SvelteAST.Component {
});
}

if (parameters) {
newAttributes.push(parameters);
}

if (tags) {
newAttributes.push(tags);
}
Expand Down

0 comments on commit 6c887e6

Please sign in to comment.