in my Select component I have sth like: ``` <Select valueComponent={GravatarValue} /> ``` My problem is that I can't pass props to `GravatarValue`. how can I do that?
in my Select component I have sth like:
My problem is that I can't pass props to
GravatarValue. how can I do that?