We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-testing-library
react
node
npm
TypeScript
It seems like there is a problem with the typings for TypeScript. If I'm import the library and try to compile TypeScript fails.
import { } from 'react-testing-library';
/home/node/app/client/node_modules/react-testing-library/typings/index.d.ts (6,21): A type literal property cannot have an initializer.
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 3.0.2 🎉
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot 📦🚀
Sorry, something went wrong.
fix: switch default baseElement to document.body (#145)
f7f0b2f
* Switch default baseElement to document.body; fixes dom-testing-library #81. * add contributor to readme Closes testing-library/dom-testing-library#81
Merge pull request testing-library#81 from Gpx/updates
202fa3a
chore: 🤖 update react
Successfully merging a pull request may close this issue.
react-testing-library
version: 3.0.1react
version: 16.3.2node
version: 8.11.1npm
version: 5.6.0TypeScript
version: 2.8.3It seems like there is a problem with the typings for TypeScript. If I'm import the library and try to compile TypeScript fails.
The text was updated successfully, but these errors were encountered: