Open
Description
Hello. I'm using Next.js which has server side rendering (SSR) built in (e.g. loads from the server on page refresh).
I'm getting some console warnings when the page is being SSR loaded, as the numbers are not matching between the server and the client.
Here's one of the warnings.
Does anyone know if there's a way of fixing this?
Warning: Prop `dx` did not match. Server: "-31.536962440920004" Client: "-31.536962440920007"
text
ReactMinimalPieChartLabel@webpack-internal:///./node_modules/react-minimal-pie-chart/dist/index.js:99:23
svg
ReactMinimalPieChart@webpack-internal:///./node_modules/react-minimal-pie-chart/dist/index.js:329:38
Metadata
Assignees
Labels
No labels