Skip to content

Commit

Permalink
Add react types to generator install
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 31, 2024
1 parent 2769a11 commit be6b571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create_files
run "yarn add history react react-dom @reduxjs/toolkit react-redux @thoughtbot/superglue --save"

if use_typescript
run "yarn add -D @types/react-dom @types/node @thoughtbot/candy_wrapper"
run "yarn add -D @types/react-dom @types/react @types/node @thoughtbot/candy_wrapper"
end

say "Superglue is Installed! 🎉", :green
Expand Down

0 comments on commit be6b571

Please sign in to comment.