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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
I'm using "react-chartjs": "jhudson8/react-chartjs#chartjs-v2" "chart.js": "2.2.0-rc.1" "react": "^15.2.1"
I've got a dropdown which lets me pick different charts. I can show the chart once just fine, in fact, I can go through all the charts and it works great... as soon as I pick a chart that I've displayed already, I get
Warning: There is an internal error in the React performance measurement code. Did not expect componentDidUpdate timer to start while componentWillUnmount timer is still in progress for another instance.
I'm not doing anything fancy to display the reports, no timers or anything, simply flicking them on and off using something like
This is for both Line and Doughnut charts, and all the others too I'd imagine. This worked great forever with the v1 charts, but after converting everything to v2, this has popped up. Any ideas?
The text was updated successfully, but these errors were encountered:
I'm using
"react-chartjs": "jhudson8/react-chartjs#chartjs-v2"
"chart.js": "2.2.0-rc.1"
"react": "^15.2.1"
I've got a dropdown which lets me pick different charts. I can show the chart once just fine, in fact, I can go through all the charts and it works great... as soon as I pick a chart that I've displayed already, I get
Warning: There is an internal error in the React performance measurement code. Did not expect componentDidUpdate timer to start while componentWillUnmount timer is still in progress for another instance.
I'm not doing anything fancy to display the reports, no timers or anything, simply flicking them on and off using something like
This is for both Line and Doughnut charts, and all the others too I'd imagine. This worked great forever with the v1 charts, but after converting everything to v2, this has popped up. Any ideas?
The text was updated successfully, but these errors were encountered: