Hi @Bhuvita , Hi @sheldoncopper73 ,
I can see that the updateView is called after setSelectedRecordIds, but I cannot say if that is new.
In the context.updatedProperties I see ["SelectedItems"], and the dataset.getSelectedRecordIds() still has the selection.
Does getSelectedRecordIds return [] to you, when updateView is called.
My dataset PCF still works, but since the updateView is called often, I use React.memo around my React component and render only if the dataset or container width or height changes. I'm not sure if I'm lucky on my environment (crm4 region), or the React.memo does the job for me.
Hope it helps!
Kind regards,
Diana