I want to disable Link in some condition:
Link
render() { return ({this.props.canClick ? Test
I think you should you atrribute to=null to set disable a link.
Your code:
render() { return ( Test ) }