Expected behavior
Versions used package.json:
"chart.js": "^3.8.0",
"chartjs-plugin-zoom": "1.0.1",
"react-chartjs-2": "^4.0.0",
No errors
Current behavior
export 'callback' (imported as 'callback') was not found in 'chart.js/helpers' (module has no exports)
@ ./src/resources/subscription_mgmt/SubscriptionCreditsUsage.tsx 16:0-45 19:94-104
@ ./src/resources/subscription_mgmt/index.ts 3:0-65 7:15-38
@ ./src/resources/index.ts 16:0-52 17:0-155
@ ./src/App.tsx 16:0-39 97:11-19
@ ./src/index.tsx 8:0-24 10:38-41
ERROR in ../../node_modules/chartjs-plugin-zoom/dist/chartjs-plugin-zoom.esm.js 368:2-6
export 'each' (imported as 'each') was not found in 'chart.js/helpers' (module has no exports)
@ ./src/resources/subscription_mgmt/SubscriptionCreditsUsage.tsx 16:0-45 19:94-104
@ ./src/resources/subscription_mgmt/index.ts 3:0-65 7:15-38
@ ./src/resources/index.ts 16:0-52 17:0-155
@ ./src/App.tsx 16:0-39 97:11-19
@ ./src/index.tsx 8:0-24 10:38-41
ERROR in ../../node_modules/chartjs-plugin-zoom/dist/chartjs-plugin-zoom.esm.js 376:2-10
export 'callback' (imported as 'callback') was not found in 'chart.js/helpers' (module has no exports)
@ ./src/resources/subscription_mgmt/SubscriptionCreditsUsage.tsx 16:0-45 19:94-104
@ ./src/resources/subscription_mgmt/index.ts 3:0-65 7:15-38
@ ./src/resources/index.ts 16:0-52 17:0-155
@ ./src/App.tsx 16:0-39 97:11-19
@ ./src/index.tsx 8:0-24 10:38-41
ERROR in ../../node_modules/chartjs-plugin-zoom/dist/chartjs-plugin-zoom.esm.js 404:2-6
export 'each' (imported as 'each') was not found in 'chart.js/helpers' (module has no exports)
Module not found: Error: Can't resolve '../dist/helpers.esm' in node_modules/chart.js/helpers'
Did you mean 'helpers.esm.js'?
Reproducible sample
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
v3.8.0
Browser name and version
Chrome
Link to your project
No response