tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.33k stars 744 forks source link

Facing difficulties from example #302

Open KeerthanS1 opened 2 years ago

KeerthanS1 commented 2 years ago

Hi Trading view team,

Please add an example for functional based component for React (typescript or at least javascript) as soon as possible because we are facing difficulties to convert from class based to functional based.

const tvWidget = new widget(widgetOptions); not able to render the component if we add this line in useEffect hook.

Thank you