Closed sentry-io[bot] closed 2 years ago
Added a nil check at https://github.com/publiclab/mapknitter/commit/219804a44db56c94a651c89490f274229e0873c1
However, we also see this in the browser:
Uncaught TypeError: $(...).autocomplete is not a function
at HTMLDocument.<anonymous> (new:211:22)
at h (application-da8857872a5d85b4bb36004b160051dbf5d4c77ab3d9a8e9a9b99504e2d6c978.js:6:23859)
at p (application-da8857872a5d85b4bb36004b160051dbf5d4c77ab3d9a8e9a9b99504e2d6c978.js:6:24162)
That's at:
Fixing with re-addition of jquery-ui in https://github.com/publiclab/mapknitter/pull/1696
Sentry Issue: MAPKNITTER-4F