I am trying to pass a link to a component where in on click it should get redirected to the specific route. But here I could see the Link interpolated as [object Object] .
Can someone help me with that
<CommonMessage description={`Click here ${<Link to="/signin">here</Link>} to login`} />
The output I get is:
Click [object Object] to login