Lots of Javascript errors in Running Streamlit App

I am developing streamlit apps locally and deploying them in docker containers on a redhat 9 within my companies network. Streamlit == 1.32.2 and Python 3.9.13 for local and Python 3.9.19 for deployed.

The apps are running great and seem to have no real problems but when I inspect them there are hundreds of the same javascript error. Never noticed this until now. The error doesnโ€™t seem to effect anything regarding the app, so I really am just confused on why this might be occuring.

Should I be concerned or is this normal? I have been able to reproduce this both locally and deployed