Updated from 4.28.10 to 4.29.7 and sketch and coordinate conversion widget no longer working

236
1
03-14-2024 01:16 AM
Flookfinders
New Contributor II

I have just update to the latest version (4.29.7) from 4.28.10 and now when I display my map in my React application I get the following error:

Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at get state (SelectionToolbarViewModel.js:5:1)
at f (tracking.js:5:1)
at o.getComputed (Property.js:5:1)
at p.state (subclass.js:5:1)
at p._renderRectangleTool (SelectionToolbar.js:5:1)
at p._renderDefaultTools (SelectionToolbar.js:5:1)
at p.render (SelectionToolbar.js:5:1)
at o (Widget.js:5:1)
at M.render (Widget.js:5:1)
at p._renderSelectionToolbar (Sketch.js:5:1)

And then I can no longer display the sketch widget and the coordinate conversion widget no longer displays the current coordinates of the cursor. Both were working fine in 4.28.10

0 Kudos
1 Reply
ReneRubalcava
Frequent Contributor

If you can provide a repro sample in stackblitz or github, would have a better idea, but not able to repro this issue in samples.

0 Kudos