Chart.js 3 changes some things, specifically it no longer exports the Chart class as a default export, so react-chartjs-2 fails to start with ``` Uncaught TypeError: _chart.default is undefined <anonymous> index.js:643 ``` Migration guide: https://www.chartjs.org/docs/latest/getting-started/v3-migration.html