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.
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 runnpm run build
andnpm start
Expected behavior localhost:3000 should show charting library when running
npm run dev
.