Skip to content

docs: move dtl to peerdeps for rtl #1386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
add @types/react-dom to the types install
Co-authored-by: Sebastian Silbermann <[email protected]>
  • Loading branch information
MatanBobi and eps1lon authored Apr 26, 2024
commit 68bacc87bf89c2403f3eaff78f99c7cb3b7a33f0
2 changes: 1 addition & 1 deletion docs/react-testing-library/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get full type coverage, you need to install the types for `react-dom` as
well:

```bash npm2yarn
npm install --save-dev @testing-library/react @types/react-dom
npm install --save-dev @testing-library/react @testing-library/dom @types/react-dom
```

[gh]: https://github.com/testing-library/react-testing-library
Expand Down