I looked into whats causing this and heres what i found under the issues tab of the f12 console:
"A page or script is accessing at least one of navigator.useAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, 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, prigressive enhancement, or migrate to navigator.userAgentData."
Its literally in the dev console. Why isnt this fixed yet?