I\'m trying to create dynamics refs for custom components created through the map function.
An alternative way to do this would be to use some other prop name (other than ref). For example:
ref
{ this.myRef = node; }} />
This also works if you're using a library like styled-components or emotion
styled-components
emotion