You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is NOT related to the charting library itself
Describe the bug
The nextjs example only works correctly if we run it in production mode: yarn; yarn build; yarn start. In case of development mode: yarn; yarn dev the chart container div is not even present in the DOM.
To Reproduce
Steps to reproduce the behavior:
Clone the repo
Go to 'nextjs-javascript' folder
Run command: yarn; yarn dev
See error
The text was updated successfully, but these errors were encountered:
Checklist
Describe the bug
The nextjs example only works correctly if we run it in production mode:
yarn; yarn build; yarn start
. In case of development mode:yarn; yarn dev
the chart container div is not even present in the DOM.To Reproduce
Steps to reproduce the behavior:
yarn; yarn dev
The text was updated successfully, but these errors were encountered: