Open igorlukanin opened 2 years ago
Top 3 issues that come to mind at the moment are:
import Chart from 'chart.js';
instead of import Chart from 'chart.js/auto';
Filler
plugin when using treeshakingA few others that come to my mind:
@types/chart.js
) with v3
Documentation Is:
Please Explain in Detail...
In this Slack conversation with @LeeLenaleee, it was revealed that there's a substantial volume of repeated questions or support issues, often addressed similarly (e.g., by providing a link to 3.x Migration Guide).
Your Proposal for Changes
We can add a new section to the docs, linked from the sidebar, that would provide concise pieces of guidance.
"Known Issues" is probably not the best name since it "feels like it shows known issues in the code instead of user migration errors". So, "Common Pitfalls" might be a better name.
We can use this issue to collect cases.
Example
No response