marcojakob / dart-dnd

Drag and Drop for Dart web apps with mouse and touch support.
https://code.makery.ch/library/dart-drag-and-drop/
MIT License
136 stars 91 forks source link

Cannot read properties of null #35

Closed robbecker-wf closed 2 years ago

robbecker-wf commented 2 years ago

We're seeing a large amount of errors in production where something is null and trying to be accessed on pointermove. Here's as much of the stacktrace as we can provide.

image

This is happening on both Chrome and Edge. We are on dnd version 1.4.3

robbecker-wf commented 2 years ago

First things first .. we'll try to upgrade to version 2.

robbecker-wf commented 2 years ago

ok, updated to 2.0.0 and the number of errors is greatly reduced .. but still getting some similar errors in a different place image