Skip to main content
Question

AlertBannerLink is not working in desktop application

  • August 14, 2025
  • 0 replies
  • 14 views

<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?