tiberiuzuld/angular-gridster2

Cannot read properties of null (reading 'renderer')\n at dragStop

hamzialami opened this issue · 1 comments

while i'm draging i have this error :

Cannot read properties of null (reading 'renderer')\n at dragStop

Any idea about this issue ?

I ran into a similar issue. In my case, it arose due to the fact that the resize event changed the element displayed through ngFor. A misconfigured trackBy caused this element to be re-rendered in the DOM. Because the component is destroyed and this error occurs.