React render string interpolated component passed via attribute of parent component
I am trying to render a function based on an array of Object values. React is rendering as a string rather than a component. The desired component render is an imported Icon. I have tried various solutions found in other questions related to , react-jsx-parse, and so on. Non of these solutions have worked for this case.