Open turtlemana opened 1 year ago
When using react-financial-charts in Next.js,
some events in react-financial-charts doesn't work very well.
For example, chart flickers when user tries panning,
and mouse hovering event such as cross cursor doesn't appear.
next.config.js
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, } export default nextConfig;
The problems were easily solved when I turned reactStrictMode to false.
"next": "^13.4.13", "react-financial-charts": "^2.0.1",
Hello I'm running the same "next" and "react-financial-charts" and deactivated the reactStrictMode but the chart still flickers
is there any thing else should I do to prevent it ? thank you
I'm submitting a...
What is the current behavior
When using react-financial-charts in Next.js,
some events in react-financial-charts doesn't work very well.
For example, chart flickers when user tries panning,
and mouse hovering event such as cross cursor doesn't appear.
What is the expected behavior
next.config.js
The problems were easily solved when I turned reactStrictMode to false.
Please tell us about your environment
Other information