Add @types/react-router-dom when generating react routing #1557
Labels
blocked: third-party
community
This is a good first issue for contributing
outdated
type: enhancement
Expected Behavior
@types/react-router-dom
is not installed when I generate a@nrwl/react
application.Current Behavior
@types/react-router-dom
should be installed when I generate a@nrwl/react
application. We can also add it duringng add @nrwl/react
.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
npx create-nx-workspace@latest react-test --preset empty
ng add @nrwl/react
The text was updated successfully, but these errors were encountered: