DevExpress / devextreme-react

React UI and data visualization components
https://js.devexpress.com/Demos/
MIT License
161 stars 65 forks source link

Template fix : the number of instances increases (T1097917) #739

Closed GoodDayForSurf closed 2 years ago

GoodDayForSurf commented 2 years ago

Scheduler - The number of dataCellRender function calls increases each time the parent component is re-rendered (T1097917)

fix: In some cases (for example: setting more than one prop in one useCallback ) template component is removed before it's got on onRemove listener, therefore it's instance keeps in templatesStore. For fix it we subscribe on dxRemove event on container;

Co-authored-by: volvl dxvladislavvolkov@users.noreply.github.com