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'm using Pinia with Electron. Chrome devtools is showing me this "issue" (screenshot below) which seems to be tied with Pinia's usage of navigator and user-agent detection for Pinia's devtools integration.
Apparently, Chrome is preparing to "reduce" its user-agent information in a future version. It seems relatively easy to eliminate the issue using the suggestions on the Chrome blog.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Pinia with Electron. Chrome devtools is showing me this "issue" (screenshot below) which seems to be tied with Pinia's usage of
navigator
and user-agent detection for Pinia's devtools integration.Apparently, Chrome is preparing to "reduce" its user-agent information in a future version. It seems relatively easy to eliminate the issue using the suggestions on the Chrome blog.
Reference:
https://developer.chrome.com/docs/privacy-sandbox/user-agent/
Beta Was this translation helpful? Give feedback.
All reactions