Hi Lahari,
From the shared image we could see that you have used different versions for the Syncfusion component packages. This can create duplicate packages inside your application’s ‘@syncfusion’ package in the node modules folder which might be invoking different package version files causing the reported problem. So please follow the steps provided below to overcome this and install the latest packages,
- Delete package.lock.json file from your application.
- Remove the @syncfusion package folder from the node_modules.
- Use latest version or “*”(Installs the latest packages) for all Syncfusion components in package.json file.
- Then install the NPM packages.
Once installed, clear the browser cache and try running the application and check if the problem is resolved. Also try opening it in other browsers.
If problem still persists then it would be helpful if you could share the problem replication sample(since we are not able to replicate it from our end with the provided information) to identify your exact problem case and validate further based on that.
Regards,
Sujith R