Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mention both react & react-dom
  • Loading branch information
ndelangen committed Dec 13, 2023
commit e289b59c842f55e92f8f1f4c50d8196eb02cd061
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/prompt-remove-react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const removeReactDependency: Fix<Options> = {
}

const removalSuggestion = dedent`
We suggest you manually remove the dependency from your project.
We suggest you manually remove the "react" and "react-dom" dependencies from your project's package.json.
We cannot do this automatically, removing it might break your project, so it should be done manually with care.
`;
return [start, removalSuggestion].join('\n\n');
Expand Down