You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at the code in TileGallery.tsx, it looks like setting accessibilityRole='link' is causing the issue, as when accessibilityRole='button', the Invoke pattern is defined. Will need to investigate the platform code to see why this is occurring, and how we can avoid this issue on Fabrc.
The text was updated successfully, but these errors were encountered:
Screenshot of Fastpass:
From looking at the code in TileGallery.tsx, it looks like setting
accessibilityRole='link'
is causing the issue, as whenaccessibilityRole='button'
, the Invoke pattern is defined. Will need to investigate the platform code to see why this is occurring, and how we can avoid this issue on Fabrc.The text was updated successfully, but these errors were encountered: