Md. Sakil Anwar
Md. Sakil Anwar
I'm also facing this issue. I installed Next.js 15 using the command **npx create-next-app@latest**. However, when I try to run it, the browser shows an error. Interestingly, when I try...
I also faced this issue, not with the Tremor component, but with an area chart in ApexCharts. In local development, the chart didn't look good when the data updated, but...
you can update chartKey with useState hook , it will perfectly update your chart in development mode ` `
you can send me your code, I hope i will fix the issue