Sorry, for duplicating issue #610 , but it looks like it was closed unresolved. ``` "@testing-library/react": "10.0.5", "@testing-library/jest-dom": "5.9.0", "react": "16.13.1", ``` Relevant code or config: `import { waitFor } from '@testing-library/react';` What happened: I get a typescript error: `@types/testing-library__react"' has no exported member 'waitFor'.ts(2305)`