- Module ‘“@testing-library/react”’ has no exported member ‘screen’.
- Starting from version 16, RTL doesn’t bundle DTL so you’ll need to install it in your own
- In order to resolve above error you need to install @testing-library/dom
yarn add -D @testing-library/dom