JorrinKievit / react-ts-tradingview-widgets

This is a React component library for TradingView Widgets
https://tradingview-widgets.jorrinkievit.xyz/
MIT License
154 stars 48 forks source link

Avoid console's errors #19

Closed solncebro closed 1 year ago

solncebro commented 1 year ago

Hello! I am using AdvancedRealTimeChart in 2 places on my page. But I have 3 console errors per instance. It happens again every time the page is rendered Do you know how to avoid these errors in the console?

localhost:3000 2022-12-09 22-44-07

JorrinKievit commented 1 year ago

What browser? Also in incognito? I'm pretty sure all of these are just for tracking purposes (gtag/tradingview telemetry) which are blocked by extensions or browsers like Brave. They don't actually break the widgets or am I mistaken?

These are all logs from the IFrame, which I have no control over

JorrinKievit commented 1 year ago

Closed due to inactivity