React Heatmap PropsUpdate error

"@syncfusion/ej2-react-heatmap": "^16.4.42"
HeatMap.prototype.onPropertyChanged = function (newProp, oldProp)
In oldProp CellSettings is missing
this.updateBubbleHelperProperty();
if (this.legendModule && ((newProp.cellSettings.tileType !==
oldProp.cellSettings.tileType) || (newProp.cellSettings.bubbleType !== oldProp.cellSettings.bubbleType))) { //Error in thus line
this.legendOnLoad = true;
this.legendModule.updateLegendRangeCollections(true);
}

1 Reply

JD Jayakumar Duraisamy Syncfusion Team December 31, 2018 09:15 AM UTC

Hi Hemanand, 
We have analyzed the reported issue in the given version “16.4.42” but we can’t replicate it. In our online HeatMap samples, we have the demo sample to change the bubble type dynamically. 
Please refer following online sample in stackblitz, 
If you can’t resolve the reported issue, please revert us the modified sample with replication steps. It will help us to serve you better. 
Regards, 
Jayakumar D 


Loader.
Up arrow icon