This error is due to a version mismatch between the React version installed (19.0.0) and the peer dependency requirement of @testing-library/react (^18.0.0).
Delete the node_modules folder and run:
npm install --legacy-peer-deps
OR
npm install --force