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

Attempted import error: 'widget' is not exported from #284

Closed duanescarlett closed 2 years ago

duanescarlett commented 2 years ago

I am integrating the NextJS example into my NextJS project but I am getting an import error, I am not able to import widget and version from charting_library. Does anyone have any clues as to why this might be happening?

importError

ramirezsandin commented 2 years ago

That library is missing from the repos for any reason I don't know. It was supposed to be here: https://github.com/tradingview/charting_library

duanescarlett commented 2 years ago

I was able to resolve the issue by upgrading the next module to the latest version in package.json