on console
conditional rendering
{ url && (
<FbShareButton url={url}>
<img src={FbIcon} alt="fb-icon" />
</FbShareButton>
)}
it works on web and google chrome device but using it in actual device via browser it does not rerender!
FBShareButton Component is not showing up when url arrives, any solutions or approach for this?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…