Skip to content

Commit 9230ce4

Browse files
author
Sergio
committed
fix: change order of actions
1 parent 7b734e6 commit 9230ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/v2-to-v3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const transform: Transform = (fileInfo, api) => {
55
const root = j(fileInfo.source);
66

77
renameDefaultRenderToDefaultComponent(root, j)
8-
pluralPropsChanges(root, j)
98
removeMacroWrap(root, j)
109
changeReactImportToNewImports(root, j)
1110
changeJsxToCoreDeprecatedFuncs(root, j)
11+
pluralPropsChanges(root, j)
1212

1313
return root.toSource();
1414
};

0 commit comments

Comments
 (0)