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

NextJS example doesn't work with `npm run dev` #251

Open taheriamin opened 2 years ago

taheriamin commented 2 years ago

Describe the bug Following the instructions, charting library doesn't load when running npm run dev. It only displays blank page when visiting localhost:3000 Everything works fine when I run npm run build and npm start

Expected behavior localhost:3000 should show charting library when running npm run dev.

timocov commented 2 years ago

Isn't thids duplicate of #224?