innocence

Results 4 comments of innocence

```javascript class Parent { constructor(name = 'Kevin') { this.name = name; } getName() { return this.name; } } class Child extends Parent { constructor(name) { super(name); } } var child1...

i think you should change react to 18 in [you project]package.json `"dependencies": { { "name": "test", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2",...