Nov 28, 2021
That's a very good reading, thanks. I just have a concern that all objects passed down to GenericSelect will need to have these two properties id and title which requires me to normalize all of these objects passed down. A book has an id and a title, but a car has an id and a model, and so on. Is there a way to pass a selector id instead of hard-coding title prop?