I develop on EXB 1.13 for 3D views.
I am newbie to React, and it seems that I don't know how to use "useState" correctly within the widget,
so even after values are "saved" by useState, they are null when reading them...
I'll describe what I did, the I'll present my problems:
I copied the original widget client\dist\widgets\arcgis\coordinates
into my custom widgets folder and I use it from there.
I modified that the display of x,y coordinates, zoom, scale etc. is updated "on the fly" as mouse moves.
But I noticed that if I modify mouse wheel alone, the display is not updated"on the fly", until I move the mouse horizontally or vertically.