GrapeCity / wijmo-demo

0 stars 0 forks source link

Discussion on #Grid/Editing/CustomEditors #6

Closed dinhbt28 closed 3 years ago

dinhbt28 commented 3 years ago

Hi team, I have an issue CustomEditors on version @grapecity/wijmo.react.all 5.20203.766, when change itemsSource twice and then I hidden FlexGrid. Throw TypeError: Cannot read property 'grid' of null at _CustomEditor._connect (index.js:14) at Event.raise (index.js:14) at Column.RowCol.onGridChanged (index.js:14) at Column.RowCol._setList (index.js:14) at ColumnCollection.RowColCollection.splice (index.js:14) at FlexGridColumn.ComponentBase.componentWillUnmount (index.js:14) at Dg (react-dom.production.min.js:119) at Eg (react-dom.production.min.js:123) at ni (react-dom.production.min.js:128) at ui (react-dom.production.min.js:133)

I checked version of @grapecity/wijmo.react.all 5.20201.680 not happen issue. Please help me!

banzor commented 3 years ago

Hey, are you able to replicate this problem on our demo? If so, can you share the steps (and code) used to do so?

Alternatively, if you have a repro sample, can you send it to us to debug?

dinhbt28 commented 3 years ago

Hi, You can replicate this problem in repo https://github.com/thiendinh1995/CustomEditors I describe steps in code, you can check this problem. Thanks

banzor commented 3 years ago

Thank you for submitting this. I confirmed the issue in your repo and we are investigating it now.

banzor commented 3 years ago

Thanks again for reporting this. We found and fixed the issue.

Tomorrow you will be able to install our @nightly build from npm and get the fix. It will also be included in our major release next month.

dinhbt28 commented 3 years ago

Thanks, this problem is resloved in version @nightly