UPDATE VERSION CREATE AN ERRROR

I have updated the react modules at last version from 18.4.0.44, but now my app is not working.

All the dropdownlist in datagrid (dialog mode) are empty and there is charging icon.

I have the same error for all the pages

I used the same syntax for all these columns

<ColumnDirective field='anaUserId' foreignKeyValue='name' foreignKeyField='id' dataSource={userData} headerText='Manager' width='150' validationRules={this.validationRules} />

See attached file.

I tried to remove all the node_modules and install it again

I tried to follow this help: https://ej2.syncfusion.com/react/documentation/common/how-to/update-npm-package/

Could you help me to solve the problem please?

I supposed that something is changed. Do I have change my code or is it a bug?

Thanks Alex


Attachment: Desktop_f45e4a51.zip

2 Replies 1 reply marked as answer

AL Alex March 4, 2021 03:00 PM UTC

I open a bug fix because I solved the problem setting the previous version of each modules in our package.json




MS Manivel Sellamuthu Syncfusion Team March 5, 2021 12:26 PM UTC

Hi Alex 

Greetings from Syncfusion support. 

In your last update the attached image have a same version of Syncfusion packages. So we are unable to find the older version that solved the  problem.  
Could you please check and reattach the image for further validation. 

From validating your attached screenshots we suspect the issue might be occurred because of duplicate packages installed in ‘@syncfusion’ folder of ‘node_modules’ in your application 
or Dropdown package have mismatched versions. So please follow the steps provided below to remove it(if any) and check if the problem is resolved,  

  • 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.  


If problem still persists then please share us the following information to validate further on this, 

 
  1. Please render the EJ 2 React Dropdown control in separate and check the issue is reproduced or not. If reproduced please share the details.
 
 
  1. Please try setting editType as ‘dropdownedit’ for anyone of the grid column and check the issue is reproduced or not. If reproduced please share the details.

  1. If possible, Please replicate the issue in the attached sample or please share the issue reproduced sample.
 
Regards, 
Manivel 


Marked as answer
Loader.
Up arrow icon