I have a trouble importing chart.js into my application, while in version 2+ it was simple as:
import Chartjs from 'chart.js';
Now this doesn't work anymore.
Attempted import error: 'chart.js' does not contain a default export (imported as 'Chartjs').