<AlertBanner backgroundColor="negative" onClose={() => props.setStatusNumber(0)}>
<AlertBannerText style={alertTextStyle} text={message} />
<AlertBannerLink href={webLink} text="learn more" />
</AlertBanner>
I am using AlertBanner in my app and the link is working perfectly in web but it’s not working in desktop app. do I have to manually open the link through JS?