Skip to content

Commit

Permalink
chore(migrate-converged): update to useSpread instead
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Mar 11, 2023
1 parent 7c77da6 commit 4bc9943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/generators/migrate-converged-pkg/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ describe('migrate-converged-pkg generator', () => {
transform: {
react: {
runtime: 'classic',
useBuiltins: true,
useSpread: true,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion tools/generators/migrate-converged-pkg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const templates = {
transform: {
react: {
runtime: 'classic',
useBuiltins: true,
useSpread: true,
},
},
},
Expand Down

0 comments on commit 4bc9943

Please sign in to comment.