Hi,
When having these dependencies :
"@syncfusion/ej2-base": "^20.2.48",
"@syncfusion/ej2-icons": "^20.2.45",
"@syncfusion/ej2-react-buttons": "^20.2.46",
"@syncfusion/ej2-react-dropdowns": "^20.2.48",
"@syncfusion/ej2-react-grids": "^20.2.49",
"@syncfusion/ej2-react-layouts": "^20.2.46",
"@syncfusion/ej2-react-navigations": "^20.2.49",
"@syncfusion/ej2-react-notifications": "^20.2.45",
"@syncfusion/ej2-react-popups": "^20.2.49",
"@syncfusion/ej2-react-richtexteditor": "^20.2.50",
For some reasons sometimes the package.json in /node_modules/@syncfusion/ej2-react-dropdowns has this dependency
"@syncfusion/ej2-dropdowns": "20.2.50",
instead of
"@syncfusion/ej2-dropdowns": "20.2.48",
When it's ej2-dropdowns 20.2.50, I have the following error :
Uncaught TypeError: Cannot read properties of undefined (reading 'classList')
at Object.createSpanElement (input.js:712:35)
at MultiSelect2.render (multi-select.js:3845:15)
at MultiSelectComponent2.render (multiselect.component.js:35:37)
at Component2.appendTo (component.js:185:18)
at ComponentBase2.renderReactComponent (component-base.js:70:18)
at ComponentBase2.componentDidMount (component-base.js:51:14)
at commitLayoutEffectOnFiber (react-dom.development.js:23305:30)