New to KendoReact? Start a free 30-day trial
Troubleshooting
TroubleshootingPremium
Updated on Dec 19, 2025
This article provides solutions for issues you might encounter while working with the KendoReact Charts.
From version 8.1.0 of KendoReact Hammer.js is no longer a dependency of the package.
HammerJS Dependency
When I try to use the Chart component, a Hammer.js-related error occurs
The Chart component requires Hammer.js to be installed as a dependency. The error occurs because Hammer.js is not loaded.
Solution
Install the Hammer.js package and import it by using the import 'hammerjs'; command.