Luis Sandoval
Luis Sandoval
For me `"@types/express": "4.17.13"`, `"@types/express-serve-static-core": "4.17.30"`, `"typescript": "~4.0.8"` worked for me. Notice there's no `^` symbol on the first two packages, that got me stuck when I tried solving this.
I got the same error and also had to upgrade node to make it work. **Failed with:** node v12.22.6 **Worked with:** node v14.17.6
Hi, thank you!! Actually, it wasn't me that added that demo 🤔 That feature has never existed in any of the versions, but I will added eventually.
Thank you, I'm glad you find it useful. Actually that's the expected behavior 😬 , you could do ```object.id``` to access it.
```value-prop``` is used to find the selected option in the drop down list, but I do understand your point. Though I think is more common to return the entire object...