-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error TS2428: All declarations of 'PluginOptionsByType' must have identical type parameters. #374
Comments
@saravanapriyanm see chartjs/chartjs-plugin-annotation#877 This plugin must be changed as well |
I get the same error too. Here's a temporary solution:
|
@stockiNail I don't remember what was the decision about this issue: is it fixed in the latest Chart.js version? |
@simonbrunel The decision was to change types of Chart.js. PR chartjs/Chart.js#11309 It was merged on main and tagged for version 4.3.1 (not released yet). |
Chart.js 4.3.1 has been released right now https://github.com/chartjs/Chart.js/releases/tag/v4.3.1 with the fix for this issue |
Importing in angular component throws the following error:
DEPENDENCIES:
The text was updated successfully, but these errors were encountered: