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
It seems that a new resource called "ShareIcon" is triggering my ad blocker. This results in the whole page being unusable and refreshing doesn't help.
I see this is when I navigate to a workspace:
The console shows:
There's two things we can do:
Avoid resource names that can trigger content blockers (share, analytics, social, etc.)
Allow graceful failure of non-critical resources
(If we can detect content blocking, we can let the user know they should disable it)
With 1, I believe we can fix 95-99% of related issues. Number 2 is a nice-to-have. Either of them would lead to a better user experience in the event that we trigger their content blocker. Lastly, 3rd might also be an option, but it does feel fragile.