The popup license warning appears only in the file manager implementation. Other implementations like gantt o charts, not showing warning. I have a paid license. Im using the NPM implementation package.
Image capture of the warning.
Package file
Hi Khushbu
Maurya,
Thank you for reaching out to Syncfusion support.
We have evaluated the issue you reported and understand that you are facing difficulties while registering the license in your application.
After evaluating the shared package.json file, we found that you have been using two different major versions with Syncfusion components. For example, @syncfsuion/ej2-react-buttons the version used is (v25.2.7) and other remaining components uses version as (v26.1.40). when you try to use two different major versions in your project, for example one component having version like (v25.2.7) and another component has version like (v26.1.40) this creates a version mismatch while registering the license. So, we suggest you stick with our latest or same major version (i.e. 26.1.40) for all the components to resolve this issue.
Since Syncfusion license are version specific, when you try to utilize multiple major versions for our components in the same application it will create a version conflict. So, please ensure that you are using same version for all Syncfusion components and also, this issue may occur due to following reasons below.
Also, we have found that you are referring to the non-react packages of our controls. For instance, the @syncfusion/ej2-icons package is a sub-dependency of the component package, and therefore, there is no need to add the ej2-icons package separately in the application. We kindly request that you remove the following packages from the package.json file mentioned below.
Remove the below non-react packages.
"@syncfusion/ej2-icons": "25.2.3", |
Please follow the below steps once the changes are done
Kindly refer our below documentation licensing FAQ's.
If you require any further assistance or have additional questions, please feel free to let us know.
Regards,
Theveshwar