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

TradingView crashes with Next.js 11 #243

Closed tlrjs closed 2 years ago

tlrjs commented 2 years ago

I am using Next.js v 11.1 and the trading view charts also aren't rendering in dev mode. After doing a yarn build and deploying to production they show.

This didn't use to be an issue on Next.js 9.

My guess is it's a problem with webpack 5 though. Previous versions of Next used webpack 4.

image

timocov commented 2 years ago

Duplicate of #224

phamthainb commented 2 years ago

@tjshipe I have got same issue, do you have solved it?