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
I was working on localhost when I noticed the issue. This means clockify is injecting its code on every website by default, instead of the list of domains/platforms specified in the extension's option page. I have since limited access to only one domain for which I sometime use the integration.
I tried a few times to get this message to not appear each time I loaded a page:
Then I realized it wasn't my code but the clockify extension!
That tells me there are a acouple of issues with the extension:
devmode even when shipped to users, otherwise there would be no reason for the react dev tools message to be displayed, as can be seen in this issue of theirs: Remove React DevTools Download console log on install facebook/react#3877