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
Chrome 92.0.4515.107 (Official Build) beta (x86_64) is saying:
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
Chrome 92.0.4515.107 (Official Build) beta (x86_64) is saying:
It seems to be coming from redux-devtools-extension/src/browser/extension/chromeAPIMock.js:3-6.
Article linked to: User-Agent String Reduction
The text was updated successfully, but these errors were encountered: