Roman
Results
1
issues of
Roman
We create a new project: npx create-react-app react-simple-chatbot-reactv17 package.json ... "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, ... Gives an...