1👍
✅
If you’re using the chart.js library from https://www.chartjs.org/docs/latest/ the the problem is that chart is not a react component, is just a class, thats why you can’t place it on a react three like that.
Try using this wrapper instead:
https://github.com/jerairrest/react-chartjs-2
Source:stackexchange.com