export `ReactChartJs`
exports ReactChartJs rather than react-chartjs so we can simply call ReactChartJs rather than window['react-chartjs']
@CallMeXYZ, can you provide more details on this issue ?
when importing this project by url or cdn, we need to call window['react-chartjs'] to get the reference. If exporting as ReactChartJs then we can simply call ReactChartJs
This seems like a small enough improvement one could submit a PR for. Would one change this file? https://github.com/reactjs/react-chartjs/blob/master/index.js
Hi Everyone, I believe this is specified in webpack and not in the source code itself. I am happy to take PRs.
That being said, my only concern with this request is that it may break other people's projects using window['react-chartjs'] if we change it. Unfortunately, I am a little hesitant with this change.
Please see:
Helpful resource: