Hi Chamroeun,
Thank you for reaching out.
Our Syncfusion licenses are version-specific, and if multiple major versions of our components are used in the same application, it can create version conflicts. Therefore, please make sure that you use the same version for all Syncfusion components.
Instead of registering license through registerLicense method, you can also register the license through the npx command as an alternative approach. You can register the Syncfusion license in text file and activate through npx command following the below steps:
Create a license text file:
- In the application root directory, create a file named
syncfusion-license.txt and paste your Syncfusion license key inside it.
Clear cache to avoid conflicts:
Activate the license key:
Verify activation:
Run the application:
Refer to the documentation for more reference: Register Syncfusion license key using the npx command
Please refer our below documentation licensing FAQ's
If the issue persists, kindly share the package.json file and license key, so that we can provide a prompt solution.
Regards,
Deepika